alamb commented on code in PR #6852: URL: https://github.com/apache/arrow-datafusion/pull/6852#discussion_r1253419430
########## datafusion/core/tests/sqllogictests/test_files/explain.slt: ########## @@ -70,7 +70,7 @@ CREATE EXTERNAL TABLE aggregate_test_100_with_order ( STORED AS CSV WITH HEADER ROW WITH ORDER (c1 ASC) -LOCATION '../../testing/data/csv/aggregate_test_100.csv'; +LOCATION 'tests/data/aggregate_test_100_with_order.csv'; Review Comment: I suggest using a name that gives some specific information about what order is present. Something like this, perhaps ```suggestion LOCATION 'tests/data/aggregate_test_100_order_by_c1_asc.csv'; ``` -- 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]
