Open ehsan1222 opened 4 months ago
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.
org.apache.parquet.hadoop.InternalParquetRecordWriter
private final long rowGroupSize
Core, Protobuf
Describe the enhancement requested
I have noticed that in the
org.apache.parquet.hadoop.InternalParquetRecordWriter
class, there is a field namedprivate final long rowGroupSize
that is initialized but never used within the class.Component(s)
Core, Protobuf