yaooqinn commented on a change in pull request #30586:
URL: https://github.com/apache/spark/pull/30586#discussion_r537195209
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2954,6 +2954,15 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val LEGACY_CHAR_VARCHAR_AS_STRING =
+ buildConf("spark.sql.legacy.charVarcharAsString")
+ .internal()
+ .doc("When true, the parser will not fail to parse char and varchar type
but treat it as" +
Review comment:
seems that they are all related to the parser and actually char/varchar
shouldn't exist after the parser phase
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]