pepijnve commented on code in PR #19785:
URL: https://github.com/apache/datafusion/pull/19785#discussion_r2689639328


##########
datafusion/sqllogictest/test_files/limit.slt:
##########
@@ -872,3 +872,25 @@ DROP TABLE test_limit_with_partitions;
 # Tear down src_table table:
 statement ok
 DROP TABLE src_table;
+
+
+
+# tests with target partition set to 1
+statement ok
+set datafusion.execution.target_partitions = '1';

Review Comment:
   Maybe we can move this to a separate SLT file that has this configuration as 
a kind of preamble?



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