alamb opened a new issue #135: URL: https://github.com/apache/arrow-datafusion/issues/135
*Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11036 Currently the CSVReader will only infer number of columns if it also attempts to infer types. This should be decoupled so that a user can easily extract a fully Utf8 typed CSV with the number of columns matching the input file. The user can then do CAST() or equivalent to control the parsing. -- 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: [email protected]
