Unused field in InternalParquetRecordWriter Class
Open
Type: enhancement
- Dominant language
- Java
- Stars
- 3.1k
- Forks
- 1.6k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 33
Description
### 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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by opening the org.apache.parquet.hadoop.InternalParquetRecordWriter class and inspect the rowGroupSize field and its references. Done means the unused field is removed without affecting the class; run the relevant Core and Protobuf tests to confirm the change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100