Skip to content

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

Merged
rapids-bot[bot] merged 1 commit into
NVIDIA:branch-0.19from
revans2:fix_java_build
Mar 19, 2021
Merged

Fix Java Parquet write after writer API changes [skip ci]#7655
rapids-bot[bot] merged 1 commit into
NVIDIA:branch-0.19from
revans2:fix_java_build

Conversation

@revans2

@revans2 revans2 commented Mar 19, 2021

Copy link
Copy Markdown
Contributor

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
* @return this for chaining.
*/
public Builder withPrecisionValues(int... precisionValues) {
public Builder withDecimalPrecisions(int ... precisionValues) {

Copy link
Copy Markdown
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

revans2 commented Mar 19, 2021

Copy link
Copy Markdown
Contributor Author

@gpucibot merge

@rapids-bot
rapids-bot Bot merged commit 8687182 into NVIDIA: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