TJX2014 commented on a change in pull request #28882:
URL: https://github.com/apache/spark/pull/28882#discussion_r446749831



##########
File path: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
##########
@@ -165,6 +165,13 @@ private[spark] object HiveUtils extends Logging {
     .booleanConf
     .createWithDefault(true)
 
+  val FOLLOW_TABLE_LOCATION =
+    buildStaticConf("spark.sql.hive.follow.table.location")
+      .doc("If prefer hive table location to compatible with legacy `path` in 
catalog")
+      .version("3.1.0")
+      .booleanConf
+      .createWithDefault(false)
+

Review comment:
       Move to `HiveUtils.scala` and rename to `FOLLOW_TABLE_LOCATION`




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to