apache / apache/parquet-java

Unused field in InternalParquetRecordWriter Class

Open
#2,965 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.