dbw9580 commented on pull request #2084: URL: https://github.com/apache/drill/pull/2084#issuecomment-636504741
Yes, please. Some major problems I'm working on are: * support for different data formats. Currently only JSON files are supported, and CSV support is removed due to changes introduced in v1.17 and v1.18. The original implementation was a copy-paste of the easy format plugin (`org/apache/drill/exec/store/easy/text/TextFormatPlugin.java`). I wonder if there is a better way to reuse the code there. * support for `CREATE TABLE` statements. This will require changes to the Drill framework responsible for SQL parsing, query plan generation, etc. I would appreciate opinions from you. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org