ming535 commented on code in PR #2823:
URL: https://github.com/apache/arrow-datafusion/pull/2823#discussion_r913718598
##########
datafusion/optimizer/src/eliminate_limit.rs:
##########
@@ -128,4 +195,44 @@ mod tests {
\n TableScan: test";
assert_optimized_plan_eq(&plan, expected);
}
+
Review Comment:
By the way, can we add more tests here to handle all combination of `skip`
and `fetch` between ancestor and child?
--
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]