apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.49k stars 1.38k forks source link

Use SeekableByteChannel instead of OutputFile/InputFile Classes #2519

Open asfimport opened 3 years ago

asfimport commented 3 years ago

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 commented 3 years ago

David Mollitor / @belugabehr: Also gets rid of PositionOutputStream