gene-bordegaray commented on code in PR #23184: URL: https://github.com/apache/datafusion/pull/23184#discussion_r3543676925
########## datafusion/sqllogictest/test_files/range_partitioning.slt: ########## @@ -260,24 +260,263 @@ set datafusion.execution.target_partitions = 4; statement ok reset datafusion.optimizer.preserve_file_partitions; +statement ok +set datafusion.optimizer.prefer_hash_join = true; + +statement ok +set datafusion.optimizer.repartition_joins = true; + +statement ok +set datafusion.optimizer.preserve_file_partitions = 0; + Review Comment: added these, but they do not all preserve all the way throgh until we properly propagate, which is already marked as todo work -- 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]
