liukun4515 commented on issue #1488: URL: https://github.com/apache/arrow-datafusion/issues/1488#issuecomment-1001147324
creating `external table` with CSV file, you can give the schema by sql just like ``` crete external table test_table(c1 int, c2 float, c3 ....) .... loacation '.........' ``` -- 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]
