alamb commented on PR #3279: URL: https://github.com/apache/arrow-datafusion/pull/3279#issuecomment-1236824724
Ok, so now I am really confused. When I tried to run `show create table` locally for an external table in the datafusion-cli that didn't work 🤔 ```sql ❯ CREATE EXTERNAL TABLE abc STORED AS /*random comment*/ CSV LOCATION '../testing/data/csv/aggregate_test_100.csv'; 0 rows in set. Query took 0.063 seconds. ❯ show create table abc; +---------------+--------------+------------+------------+ | table_catalog | table_schema | table_name | definition | +---------------+--------------+------------+------------+ | datafusion | public | abc | | +---------------+--------------+------------+------------+ ``` -- 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]
