You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…der (#37003)
Currently we only can get a ColumnReader for a column from RowGroupReader. We need an API to return a RecordReader for the column.
Moved ComputeLevelInfo from column_writer to level_conversion so that it can be shared between column_writer and file_reader.
* Closes: #37002
Lead-authored-by: Fatemah Panahi <[email protected]>
Co-authored-by: Fatemah Panahi <[email protected]>
Signed-off-by: Gang Wu <[email protected]>
…oupReader (apache#37003)
Currently we only can get a ColumnReader for a column from RowGroupReader. We need an API to return a RecordReader for the column.
Moved ComputeLevelInfo from column_writer to level_conversion so that it can be shared between column_writer and file_reader.
* Closes: apache#37002
Lead-authored-by: Fatemah Panahi <[email protected]>
Co-authored-by: Fatemah Panahi <[email protected]>
Signed-off-by: Gang Wu <[email protected]>
…oupReader (apache#37003)
Currently we only can get a ColumnReader for a column from RowGroupReader. We need an API to return a RecordReader for the column.
Moved ComputeLevelInfo from column_writer to level_conversion so that it can be shared between column_writer and file_reader.
* Closes: apache#37002
Lead-authored-by: Fatemah Panahi <[email protected]>
Co-authored-by: Fatemah Panahi <[email protected]>
Signed-off-by: Gang Wu <[email protected]>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…oupReader (apache#37003)
Currently we only can get a ColumnReader for a column from RowGroupReader. We need an API to return a RecordReader for the column.
Moved ComputeLevelInfo from column_writer to level_conversion so that it can be shared between column_writer and file_reader.
* Closes: apache#37002
Lead-authored-by: Fatemah Panahi <[email protected]>
Co-authored-by: Fatemah Panahi <[email protected]>
Signed-off-by: Gang Wu <[email protected]>
Describe the enhancement requested
Currently we only can get a ColumnReader for a column from RowGroupReader. We need an API to return a RecordReader for the column.
Component(s)
C++, Parquet
The text was updated successfully, but these errors were encountered: