tustvold commented on code in PR #8007:
URL: https://github.com/apache/arrow-datafusion/pull/8007#discussion_r1377606717


##########
datafusion/sqllogictest/test_files/insert_to_external.slt:
##########
@@ -250,7 +245,6 @@ single_file_test(a bigint, b bigint)
 STORED AS csv
 LOCATION 'test_files/scratch/insert_to_external/single_csv_table.csv'
 OPTIONS(
-create_local_path 'true',
 single_file 'true',

Review Comment:
   I intend to replace single_file with inference based on the ListingTableUrl, 
i.e. if it ends with a path separator, as a follow on PR



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

Reply via email to