dongjoon-hyun commented on code in PR #52347:
URL: https://github.com/apache/spark/pull/52347#discussion_r2608692038
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -6486,6 +6427,15 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val MERGE_INTO_SOURCE_NESTED_TYPE_COERCION_ENABLED =
+ buildConf("spark.sql.merge.source.nested.type.coercion.enabled")
Review Comment:
+1 for @aokolnychyi 's comment. Let me make a PR for this.
--
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]