timvw commented on issue #4850: URL: https://github.com/apache/arrow-datafusion/issues/4850#issuecomment-1411071162
Instead of relying on file extension name (as per the current implementation) we could use some inspiration from duckdb for loading/importing data such that the user can indicate the format to use (https://duckdb.org/docs/guides/import/csv_import) Eg: "select ... from read_csv('filename', options)" instead of plain "select .. from 'filename'".. This would be helpful in cases where files are named "hitdata.tsv" (https://experienceleague.adobe.com/docs/analytics/export/analytics-data-feed/data-feed-overview.html?lang=en) -- 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]
