masonh22 commented on code in PR #20048:
URL: https://github.com/apache/datafusion/pull/20048#discussion_r2737715656


##########
datafusion/sqllogictest/test_files/limit.slt:
##########
@@ -706,8 +706,8 @@ ON t1.b = t2.b
 ORDER BY t1.b desc, c desc, c2 desc
 OFFSET 3 LIMIT 2;
 ----
-3 99 82
-3 99 79
+3 98 79
+3 97 96

Review Comment:
   Also, when I disable the limit_pushdown rule, I get the new results I added 
here



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to