You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Micah Kornfield (Jira)" <ji...@apache.org> on 2020/08/27 03:17:00 UTC

[jira] [Moved] (PARQUET-1904) [C++] Export file_offset in RowGroupMetaData

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

Micah Kornfield moved ARROW-9824 to PARQUET-1904:
-------------------------------------------------

    Component/s:     (was: C++)
                 parquet-cpp
            Key: PARQUET-1904  (was: ARROW-9824)
       Workflow: patch-available, re-open possible  (was: jira)
        Project: Parquet  (was: Apache Arrow)

> [C++] Export file_offset in RowGroupMetaData
> --------------------------------------------
>
>                 Key: PARQUET-1904
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1904
>             Project: Parquet
>          Issue Type: New Feature
>          Components: parquet-cpp
>            Reporter: Simon Bertron
>            Priority: Trivial
>              Labels: parquet, pull-request-available
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> In the C++ row group metadata object, the offset of the row group in the file is stored, but not exposed to users. RowGroupMetaDataImpl has a field file_offset and a method file_offset() that exposes it. But RowGroupMetaData does not have a file_offset() method. This seems odd, most other fields in RowGroupMetaDataImpl are exposed by RowGroupMetaData.
>  
> This issue is similar to ARROW-3590, but that issue seems pretty stale and is requesting a python feature. I think this issue is more focused and detailed.



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