You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: