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

Add support for decimal in to_json #9873

Merged
merged 4 commits into from
Nov 30, 2023

Conversation

andygrove
Copy link
Contributor

Closes #9872

@andygrove andygrove self-assigned this Nov 28, 2023
@andygrove andygrove marked this pull request as draft November 28, 2023 19:04
@andygrove andygrove changed the title Add support for decimal in to_json WIP: Add support for decimal in to_json Nov 28, 2023
Signed-off-by: Andy Grove <andygrove@nvidia.com>
@andygrove andygrove marked this pull request as ready for review November 28, 2023 19:12
@andygrove andygrove changed the title WIP: Add support for decimal in to_json Add support for decimal in to_json Nov 28, 2023
@andygrove
Copy link
Contributor Author

build

revans2
revans2 previously approved these changes Nov 28, 2023
Copy link
Collaborator

@revans2 revans2 left a comment

Choose a reason for hiding this comment

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

Just a small nit

@@ -3600,8 +3600,10 @@ object GpuOverrides extends Logging {
TypeSig.STRING,
Seq(ParamCheck("struct",
(TypeSig.BOOLEAN + TypeSig.STRING + TypeSig.integral + TypeSig.FLOAT +
TypeSig.DECIMAL_64 + TypeSig.DECIMAL_128 +
Copy link
Collaborator

Choose a reason for hiding this comment

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

DECIMAL_128 implied DECIMAL_64 so it is redundant to have both here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have removed DECIMAL_64

@andygrove
Copy link
Contributor Author

build

revans2
revans2 previously approved these changes Nov 29, 2023
@andygrove
Copy link
Contributor Author

build

@andygrove andygrove merged commit b759259 into NVIDIA:branch-23.12 Nov 30, 2023
37 checks passed
@andygrove andygrove deleted the to-json-decimal branch November 30, 2023 00:04
@sameerz sameerz added the feature request New feature or request label Dec 3, 2023
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.

3 participants