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

Andy Grove updated ARROW-6272:
------------------------------
    Description: 
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}

  was: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.


> [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
>             Fix For: 0.15.0
>
>
> 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
(v7.6.14#76016)

Reply via email to