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

Remi Dettai closed ARROW-10387.
-------------------------------
    Resolution: Abandoned

Closing because nobody showed interest in this feature

> [Rust] Avoid call for file size metadata when reading parquet footer
> --------------------------------------------------------------------
>
>                 Key: ARROW-10387
>                 URL: https://issues.apache.org/jira/browse/ARROW-10387
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: Remi Dettai
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> This is an extension to 
> [ARROW-10368|https://issues.apache.org/jira/browse/ARROW-10368].
> When reading a Parquet file, you first need to read its footer and metadata. 
> If you only have "read from start" capability, this means you need the size 
> of the file to read relatively to end. On some storages, getting the size 
> metadata can be expensive (e.g extra http call for blob storage).
> The proposition is to add the capability to "read from end" to the 
> ChunkReader trait as most file storages will have this feature (file storage 
> as well as blob storages).



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

Reply via email to