alamb commented on issue #198: URL: https://github.com/apache/arrow-datafusion/issues/198#issuecomment-826839297
Comment from Andrew Lamb(alamb) @ 2021-04-09T18:18:23.459+0000: <pre>[~heymind] I think having the CsvExec be able to read from stdin (aka anything that impl `Read`) is a good idea Perhaps you an extend CsvFile https://github.com/apache/arrow/blob/master/rust/datafusion/src/datasource/csv.rs#L50 so that it can take either a `Path` or something that implements `Read` and then pass that information down to the `CsvExec`</pre> Comment from Siwei(heymind) @ 2021-04-11T06:57:39.254+0000: <pre>Ok.I will do it.</pre> -- 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]
