HyukjinKwon commented on a change in pull request #31571:
URL: https://github.com/apache/spark/pull/31571#discussion_r577267118
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2505,7 +2505,6 @@ object SQLConf {
val LEGACY_REPLACE_DATABRICKS_SPARK_AVRO_ENABLED =
buildConf("spark.sql.legacy.replaceDatabricksSparkAvro.enabled")
Review comment:
@gengliangwang do we need this conf? We do the same thing in
`com.databricks.spark.csv` already by default internally. We could just make it
exposed and deprecate (remove?) this config.
----------------------------------------------------------------
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]