Skip to content

Commit

Permalink
[hotfix] Fix compile error in ParquetReaderFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
tsreaper committed Nov 13, 2024
1 parent e0ae6c8 commit 19119e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public ParquetReaderFactory(
}

@Override
public RecordReader<InternalRow> createReader(FormatReaderFactory.Context context)
public FileRecordReader<InternalRow> createReader(FormatReaderFactory.Context context)
throws IOException {
ParquetReadOptions.Builder builder =
ParquetReadOptions.builder().withRange(0, context.fileSize());
Expand Down

0 comments on commit 19119e3

Please sign in to comment.