ming535 commented on code in PR #2629:
URL: https://github.com/apache/arrow-datafusion/pull/2629#discussion_r883208936
##########
datafusion/core/src/optimizer/limit_push_down.rs:
##########
@@ -386,6 +386,19 @@ mod test {
Ok(())
}
+ #[test]
+ fn limit_pushdown_should_not_pushdown_limit_with_offset_only() ->
Result<()> {
Review Comment:
This test case is not working right now due to limit_push_down
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]