cloud-fan commented on a change in pull request #27542: [SPARK-30790]The
dataType of map() should be map<null,null>
URL: https://github.com/apache/spark/pull/27542#discussion_r378381239
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2007,12 +2007,13 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
- val LEGACY_ARRAY_DEFAULT_TO_STRING =
- buildConf("spark.sql.legacy.arrayDefaultToStringType.enabled")
+ val LEGACY_CREATE_EMPTY_COLLECTION_USING_STRING_TYPE =
+ buildConf("spark.sql.legacy.createEmptyCollectionUsingStringType.enabled")
Review comment:
I've sent a config naming proposal to dev list, and
`createEmptyCollectionUsingStringType` is a verb so I think we don't need the
`.enabled` postfix.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]