simicd commented on code in PR #8857: URL: https://github.com/apache/arrow-datafusion/pull/8857#discussion_r1452328712
########## datafusion/sqllogictest/test_files/order.slt: ########## @@ -578,3 +578,209 @@ SortPreservingMergeExec: [log_c12_base_c11@0 DESC] statement ok drop table aggregate_test_100; + + +# Sort with lots of repetition values +# Test sorting a parquet file with 2 million records that has lots of values that are repeated +statement ok +CREATE EXTERNAL TABLE repeat_much STORED AS PARQUET LOCATION '../../parquet-testing/data/repeat_much.snappy.parquet'; Review Comment: Great - yes it isn't used anywhere else so I moved it to `datafusion/sqllogictest/data/` as suggested by you -- 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]
