parquet-java icon indicating copy to clipboard operation
parquet-java copied to clipboard

Use SeekableByteChannel instead of OutputFile/InputFile Classes

Open asfimport opened this issue 5 years ago • 1 comments

Use Java NIO SeekableByteChannel for input to reader/writer instead of the current Parquet-only Output/InputFile Classes

Reporter: David Mollitor / @belugabehr

Related issues:

Note: This issue was originally created as PARQUET-1905. Please see the migration documentation for further details.

asfimport avatar Aug 27 '20 20:08 asfimport

David Mollitor / @belugabehr: Also gets rid of PositionOutputStream

asfimport avatar Aug 27 '20 20:08 asfimport