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 bug in tagging of JsonToStructs #9761

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

andygrove
Copy link
Contributor

I found this problem while working on #9666

The call to GpuJsonScan.tagJsonToStructsSupport looks like it is called from tagExprForGpu, but it is actually a standalone line of code after the method because there are no braces around the method. It was still getting called but not as part of the call to tagExprForGpu.

@andygrove andygrove self-assigned this Nov 16, 2023
Signed-off-by: Andy Grove <[email protected]>
@andygrove andygrove added the bug Something isn't working label Nov 16, 2023
@revans2
Copy link
Collaborator

revans2 commented Nov 17, 2023

build

@andygrove andygrove merged commit 1f76b49 into NVIDIA:branch-23.12 Nov 17, 2023
36 checks passed
@andygrove andygrove deleted the fix-tagging-json-to-structs branch November 17, 2023 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants