Commits


Jorge C. Leitao authored and Andy Grove committed 7890913589d
ARROW-8261: [Rust-DataFusion] Made limit accept integers and no longer accept expressions. Also made the type consistent across the project (=usize). This change is backward incompatible. The rational for this change is that limit() is almost never called with an expression in real world cases, since it is used to limit results before an action. Closes #7713 from jorgecarleitao/arrow-8261 Authored-by: Jorge C. Leitao <jorgecarleitao@gmail.com> Signed-off-by: Andy Grove <andygrove@nvidia.com>