mustafasrepo commented on code in PR #11875: URL: https://github.com/apache/datafusion/pull/11875#discussion_r1711636701
########## datafusion/sqllogictest/test_files/order.slt: ########## @@ -1148,3 +1148,21 @@ SELECT (SELECT c from ordered_table ORDER BY c LIMIT 1) UNION ALL (SELECT 23 as ---- 0 23 + +# Do not increase partition number after fetch 1. As this will be unnecessary. Review Comment: Clarified the comment -- 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]
