You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/10/22 07:53:42 UTC

[GitHub] [incubator-kyuubi] yaooqinn commented on a change in pull request #1272: [KYUUBI #1267] Modify comments for the golden file test suite and fix it

yaooqinn commented on a change in pull request #1272:
URL: https://github.com/apache/incubator-kyuubi/pull/1272#discussion_r734314789



##########
File path: externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/udf/KDFRegistry.scala
##########
@@ -31,7 +31,10 @@ object KDFRegistry {
   @transient
   val registeredFunctions = new ArrayBuffer[KyuubiDefinedFunction]()
 
-  val appName = SparkEnv.get.conf.get("spark.app.name")
+  val appName = SparkEnv.get match {

Review comment:
       move it inside the UDF block?




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org