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

support parquet write arrays #2582

Merged
merged 1 commit into from
Jun 8, 2021

Conversation

wbo4958
Copy link
Collaborator

@wbo4958 wbo4958 commented Jun 4, 2021

This PR enables parquet write for arrays. Please refer to #2307

@wbo4958
Copy link
Collaborator Author

wbo4958 commented Jun 4, 2021

build

Signed-off-by: Bobby Wang <wbo4958@gmail.com>
@wbo4958 wbo4958 force-pushed the parquet-write-arrays branch from 84f64db to f5088ce Compare June 4, 2021 03:38
@wbo4958
Copy link
Collaborator Author

wbo4958 commented Jun 4, 2021

build

@sameerz sameerz added the feature request New feature or request label Jun 4, 2021
@wbo4958 wbo4958 requested review from razajafri, revans2 and jlowe June 4, 2021 06:35
@sameerz sameerz linked an issue Jun 6, 2021 that may be closed by this pull request
@wbo4958
Copy link
Collaborator Author

wbo4958 commented Jun 7, 2021

@razajafri could you help to review this PR?

@@ -2828,7 +2829,8 @@ object GpuOverrides {
"Writing data",
ExecChecks((TypeSig.commonCudfTypes +
TypeSig.DECIMAL.withPsNote(TypeEnum.DECIMAL, "Only supported for Parquet") +
TypeSig.STRUCT.withPsNote(TypeEnum.STRUCT, "Only supported for Parquet")).nested(),
TypeSig.STRUCT.withPsNote(TypeEnum.STRUCT, "Only supported for Parquet") +
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: would be good to have an API that takes an array of TypeEnum so we have to duplicate the message Only supported for Parquet

Copy link
Collaborator

Choose a reason for hiding this comment

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

We can create a s follow-on issue for this as an improvement if you want

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok, Thx @razajafri, Will create a follow-on issue for this

@wbo4958 wbo4958 merged commit 08108b4 into NVIDIA:branch-21.08 Jun 8, 2021
tgravescs pushed a commit that referenced this pull request Jun 9, 2021
Signed-off-by: Bobby Wang <wbo4958@gmail.com>
@wbo4958 wbo4958 deleted the parquet-write-arrays branch June 15, 2021 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Enable Parquet writing for arrays
4 participants