sadikovi commented on code in PR #38784:
URL: https://github.com/apache/spark/pull/38784#discussion_r1046441435
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -3629,6 +3629,15 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val JSON_ENABLE_PARTIAL_RESULTS =
+ buildConf("spark.sql.json.enablePartialResults")
+ .internal()
+ .doc("When set to true, enables partial results for structs, maps, and
arrays in JSON " +
+ "when one or more fields do not match the schema")
+ .version("3.4.0")
+ .booleanConf
+ .createWithDefault(false)
Review Comment:
I have rerun the benchmarks and posted results in the comments. I think I
would rather keep it disabled until I find a way to make the code faster.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]