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


##########
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:
   nit: can we reset these configs after this test? Just so if tests are added 
after this they don't inherit these config settings



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