Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Not ready for review) Use builder pattern for ParquetReader #18633

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

shangxinli
Copy link
Collaborator

ParquetReader() method has a long list of parameters. It is cumbersome to use it as it needs to remember the parameters and orders. This is a perfect candidate to use Java builder to make it easier.

== NO RELEASE NOTE ==

@shangxinli shangxinli requested a review from a team as a code owner November 7, 2022 02:36
@shangxinli shangxinli force-pushed the xinli_refactor branch 2 times, most recently from f67c7f8 to 2b45343 Compare November 7, 2022 20:57
@shangxinli shangxinli changed the title (Not ready for review) Use builder for ParquetReader Use builder for ParquetReader Nov 7, 2022
@shangxinli shangxinli changed the title Use builder for ParquetReader Use builder pattern for ParquetReader Nov 7, 2022
@shangxinli shangxinli force-pushed the xinli_refactor branch 3 times, most recently from 67fea02 to cad0325 Compare November 8, 2022 16:49
@shangxinli shangxinli changed the title Use builder pattern for ParquetReader (Not ready for review) Use builder pattern for ParquetReader Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant