jamisonbennett 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_r246389358
########## 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: I added the recommended documentation updates and also added code marks around `withExtensions` and fixed the typo there. I didn't think it was necessary to provide the example of using the comma-separated string but I did note it in the documentation. ---------------------------------------------------------------- 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]
