[ 
https://issues.apache.org/jira/browse/ARROW-6272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Grove resolved ARROW-6272.
-------------------------------
    Resolution: Fixed

Issue resolved by pull request 5116
[https://github.com/apache/arrow/pull/5116]

> [Rust] [DataFusion] Add register_parquet convenience method to 
> ExecutionContext
> -------------------------------------------------------------------------------
>
>                 Key: ARROW-6272
>                 URL: https://issues.apache.org/jira/browse/ARROW-6272
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust, Rust - DataFusion
>            Reporter: Andy Grove
>            Priority: Major
>              Labels: beginner, pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> ExecutionContext already has a register_csv convenience method. It would be 
> good to add one for parquet too. There is existing code in unit tests that 
> show how to register a parquet file, but it should be something like this:
> {code:java}
> // register parquet table
> let table = ParquetTable::try_new(&filename)?;
> ctx.register_table("property", Rc::new(table));{code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to