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
The current implementation for generating Parquet files utilizes the ExampleParquetWriter, which is a high-level implementation that offers many options but does not allow fine-tuning of everything.
We need to check if it's possible to use this low-level approach when generating Parquet files and implement it without removing the current implementation.
https://github.com/apache/parquet-java/blob/master/parquet-column/src/test/java/org/apache/parquet/column/impl/TestColumnReaderImpl.java#L55
The text was updated successfully, but these errors were encountered: