You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Siwei (Jira)" <ji...@apache.org> on 2021/04/09 02:18:00 UTC

[jira] [Created] (ARROW-12306) Read CSV format text from stdin or memory

Siwei created ARROW-12306:
-----------------------------

             Summary: Read CSV format text from stdin or memory
                 Key: ARROW-12306
                 URL: https://issues.apache.org/jira/browse/ARROW-12306
             Project: Apache Arrow
          Issue Type: Wish
          Components: Rust - DataFusion
            Reporter: Siwei


Hello,

I'm building a command line tool that can run SQL queries on text files (csv, json-line ..) . But the `CsvExec` in datafusion can only read csv text from files currently. I have checked its inner implantation the csv reader in arrow, anything impl `Read` cound be a valid input.

 

Should this feature ( read csv from stdin) come with datafusion ? Or I just make it into my own crate.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)