apache / parquet-java

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

Unused field in InternalParquetRecordWriter Class #2965

Open ehsan1222 opened 4 months ago

ehsan1222 commented 4 months ago

Describe the enhancement requested

I have noticed that in the org.apache.parquet.hadoop.InternalParquetRecordWriter class, there is a field named private final long rowGroupSize that is initialized but never used within the class.

Component(s)

Core, Protobuf