PHILO-HE commented on code in PR #6672:
URL: https://github.com/apache/incubator-gluten/pull/6672#discussion_r1708984356


##########
shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala:
##########
@@ -1968,6 +1971,13 @@ object GlutenConfig {
       .booleanConf
       .createWithDefault(false)
 
+  val VELOX_SCAN_ROOT_PATH_SCHEMA_VALIDATION_ENABLED =
+    buildConf("spark.gluten.sql.scan.root.path.schema.validation.enabled")
+      .internal()
+      .doc("Enable root path schema validation for scan.")

Review Comment:
   No need to expose "root path" to user, since it may be confusing.
   
   Suggestion:
   "When true, enable file scheme validation for scan. Validation will fail if 
file scheme is not supported by registered file systems, which will cause scan 
operator fall back."



-- 
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]

Reply via email to