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-41248][SQL] Add "spark.sql.json.enablePartialResults" to enable/disable JSON partial results #7482

Open
GaryShen2008 opened this issue Jan 9, 2023 · 1 comment
Labels
audit_3.4.0 Audit related tasks for 3.4.0 bug Something isn't working

Comments

@GaryShen2008
Copy link
Collaborator

apache/spark@5b5083484c

This PR adds a SQL config spark.sql.json.enablePartialResults to control SPARK-40646 change. This allows us to fall back to the behaviour before the change.

It's related to #7143.

@GaryShen2008 GaryShen2008 added bug Something isn't working ? - Needs Triage Need team to review and classify audit_3.4.0 Audit related tasks for 3.4.0 labels Jan 9, 2023
@sameerz
Copy link
Collaborator

sameerz commented Jan 10, 2023

We should test the behavior of the JSON parser in RAPIDS Spark and see whether it matches the behavior described in SPARK-40646. Then we can determine next steps.

@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit_3.4.0 Audit related tasks for 3.4.0 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants