You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/18 07:53:00 UTC

[GitHub] [spark] maropu commented on a change in pull request #26863: [SPARK-30234]ADD FILE cannot add directories from sql CLI

maropu commented on a change in pull request #26863: [SPARK-30234]ADD FILE cannot add directories from sql CLI
URL: https://github.com/apache/spark/pull/26863#discussion_r359198300
 
 

 ##########
 File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -2098,6 +2098,13 @@ object SQLConf {
         "defined by `from` and `to`.")
       .booleanConf
       .createWithDefault(false)
+
+  val ADD_DIRECTORY_USING_RECURSIVE =
+    buildConf("spark.sql.addDirectory.recursive")
+      .doc(" When true, users can add directory by passing path of a directory to ADD FILE" +
 
 Review comment:
   nit: drop a space in the head.

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


With regards,
Apache Git Services

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