alamb commented on code in PR #17796: URL: https://github.com/apache/datafusion/pull/17796#discussion_r2388104054
########## datafusion/sqllogictest/test_files/ddl.slt: ########## @@ -707,9 +707,9 @@ CREATE EXTERNAL TABLE empty STORED AS CSV LOCATION '../core/tests/data/empty.csv query TTI select column_name, data_type, ordinal_position from information_schema.columns where table_name='empty';; Review Comment: this makes sense to me -- 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]
