heymind opened a new pull request #53:
URL: https://github.com/apache/arrow-datafusion/pull/53


   Migrate from https://github.com/apache/arrow/pull/10066.
   
   # Which issue does this PR close?
   
   Close Jira issue 
[ARROW-12306](https://issues.apache.org/jira/browse/ARROW-12306)
   
   
    # Rationale for this change
   Let `CsvFile` and `CsvExec` support reading from a reader (not only files).
   
   # What changes are included in this PR?
   
   This pr adds the following new pub functions:
   
   - `CsvFile::try_new_from_reader`
   - `CsvFile::try_new_from_reader_infer_schema`
   - `CsvExec::try_new_from_reader`
   - `CsvStream::try_new_from_reader`
   
   
   # Are there any user-facing changes?
   
   No.
   


-- 
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


Reply via email to