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/25 11:24:13 UTC

[GitHub] [incubator-kyuubi] wForget commented on a change in pull request #1282: Add KDF stop_engine

wForget commented on a change in pull request #1282:
URL: https://github.com/apache/incubator-kyuubi/pull/1282#discussion_r735503524



##########
File path: externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/udf/KDFRegistry.scala
##########
@@ -64,6 +67,13 @@ object KDFRegistry {
     "string",
     "1.3.0")
 
+  val stop_engine: KyuubiDefinedFunction = create(

Review comment:
       Like this function, can we intercept and execute it before executing sql through spark, instead of implementing it through udf? We can define a command format and match it through regular.
   




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