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

[AUDIT][SPARK-48148][CORE] JSON objects should not be modified when read as STRING #10990

Open
abellina opened this issue Jun 6, 2024 · 2 comments
Labels
audit General label for audit related tasks audit_4.0.0 Audit related tasks for 4.0.0 bug Something isn't working

Comments

@abellina
Copy link
Collaborator

abellina commented Jun 6, 2024

apache/spark@b47d7853d92 fixes an issue where json objects read as a string were not being rendered in the string as they were in the json, instead there is processing happening and things like float columns would round differently (according to the example given). This can later be used as input to from_json and the issue is from_json has different input to work with.

As we do work with json this would be an issue to keep an eye out for. @revans2 @winningsix fyi.

@abellina abellina added bug Something isn't working ? - Needs Triage Need team to review and classify audit General label for audit related tasks audit_4.0.0 Audit related tasks for 4.0.0 labels Jun 6, 2024
@revans2
Copy link
Collaborator

revans2 commented Jun 10, 2024

That does make this much more fun :)

@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Jun 11, 2024
@parthosa
Copy link
Collaborator

parthosa commented Jan 6, 2025

Including a follow-up work on this issue - apache/spark@7d46fdb5cea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit General label for audit related tasks audit_4.0.0 Audit related tasks for 4.0.0 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants