Skip to content

Commit 86eba06

Browse files
hiroyuki-satokou
andauthored
Update cpp/src/parquet/arrow/reader.h
Co-authored-by: Sutou Kouhei <[email protected]>
1 parent 0399039 commit 86eba06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/src/parquet/arrow/reader.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ class PARQUET_EXPORT FileReader {
134134
/// Factory function to create a FileReader from a ParquetFileReader
135135
static ::arrow::Result<std::unique_ptr<FileReader>> Make(
136136
::arrow::MemoryPool* pool, std::unique_ptr<ParquetFileReader> reader);
137+
137138
// Since the distribution of columns amongst a Parquet file's row groups may
138139
// be uneven (the number of values in each column chunk can be different), we
139140
// provide a column-oriented read interface. The ColumnReader hides the

0 commit comments

Comments
 (0)