HyukjinKwon commented on a change in pull request #23398: [SPARK-26493][SQL] 
Allow multiple spark.sql.extensions
URL: https://github.com/apache/spark/pull/23398#discussion_r246246658
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/SparkSessionExtensions.scala
 ##########
 @@ -61,6 +61,26 @@ import org.apache.spark.sql.catalyst.rules.Rule
  *     .getOrCreate()
  * }}}
  *
+ * The extensions can also be used by setting the Spark SQL configuration 
property
+ * spark.sql.extensions, for example:
 
 Review comment:
   nit: spark.sql.extensions -> `'spark.sql.extensions'`
   
   Shall we also mention multiple rule can be set via comma separated?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to