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_r246382567
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/SparkSessionExtensionSuite.scala
##########
@@ -151,14 +241,63 @@ case class MyParser(spark: SparkSession, delegate:
ParserInterface) extends Pars
object MyExtensions {
val myFunction = (FunctionIdentifier("myFunction"),
- new ExpressionInfo("noClass", "myDb", "myFunction", "usage", "extended
usage" ),
+ new ExpressionInfo("noClass", "myDb", "myFunction", "usage", "extended
usage"),
(myArgs: Seq[Expression]) => Literal(5, IntegerType))
+
Review comment:
Done
----------------------------------------------------------------
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]