gene-bordegaray commented on code in PR #23416: URL: https://github.com/apache/datafusion/pull/23416#discussion_r3564700497
########## datafusion/sqllogictest/test_files/range_partitioning.slt: ########## @@ -682,5 +682,344 @@ ORDER BY range_key, value; 35 350 35 350 +statement ok +set datafusion.execution.target_partitions = 4; + +statement ok +set datafusion.optimizer.subset_repartition_threshold = 4; + +statement ok +set datafusion.optimizer.preserve_file_partitions = 0; + + +########## Review Comment: I think lets keep fil lean in this PR and make follow up for the `enforce_distribution.rs` matrix tests 😄 . Lmk thoughts @2010YOUY01 -- 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]
