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_r246381002
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/SparkSessionExtensionSuite.scala
##########
@@ -78,6 +86,14 @@ class SparkSessionExtensionSuite extends SparkFunSuite {
}
}
+ test("inject multiple rules") {
+ withSession(Seq(_.injectOptimizerRule(MyRule),
+ _.injectPlannerStrategy(MySparkStrategy))) { session =>
Review comment:
Done - I indented it.
----------------------------------------------------------------
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]