ParquetThriftWriter uses deprecated constructors
- Dominant language
- Java
- Stars
- 3.1k
- Forks
- 1.6k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 33
Description
ParquetThriftWriter only has constructors that rely on deprecated ParquetWriter constructors. It should implement a builder by extending ParquetWriter.builder similar to how other parquet writer extensions have.
This would, at some point in the future, be a blocker for 2.0.0
**Reporter**: [Aaron Blake Niskode-Dossett](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dossett) / @dossett
**Note**: *This issue was originally created as [PARQUET-2018](https://issues.apache.org/jira/browse/PARQUET-2018). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating ParquetThriftWriter and reviewing ParquetWriter.builder plus the builder implementations in other Parquet writer extensions. Update the writer to use a builder rather than deprecated ParquetWriter constructors, then verify that its construction paths no longer depend on those deprecated APIs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100