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

Fix Java Parquet write after writer API changes [skip ci] #7655

Merged
merged 1 commit into from
Mar 19, 2021

Conversation

revans2
Copy link
Contributor

@revans2 revans2 commented Mar 19, 2021

This fixes the java build, but it required breaking changes to do it. I'll put up a corresponding change in the rapids plugin shortly.

#7654

was found as a part of this.

This is also not the final API that we will want. We need to redo how we configure the builders so that they can take advantage of the new APIs properly.

@revans2 revans2 added bug Something isn't working Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS 4 - Needs cuDF (Java) Reviewer breaking Breaking change labels Mar 19, 2021
@revans2 revans2 requested a review from a team as a code owner March 19, 2021 17:20
@revans2 revans2 self-assigned this Mar 19, 2021
*/
public Builder withPrecisionValues(int... precisionValues) {
public Builder withDecimalPrecisions(int ... precisionValues) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: int ... => int...
extra space after int

@jlowe jlowe changed the title First attempt to fix parquet write changes [skip ci] Fix Java Parquet write after writer API changes [skip ci] Mar 19, 2021
@revans2
Copy link
Contributor Author

revans2 commented Mar 19, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 8687182 into rapidsai:branch-0.19 Mar 19, 2021
@vyasr vyasr added 4 - Needs Review Waiting for reviewer to review or respond and removed 4 - Needs cuDF (Java) Reviewer labels Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - Needs Review Waiting for reviewer to review or respond breaking Breaking change bug Something isn't working Java Affects Java cuDF API. Spark Functionality that helps Spark RAPIDS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants