turboFei commented on issue #3064:
URL:
https://github.com/apache/incubator-kyuubi/issues/3064#issuecomment-1221361733
From @942011334
To reproduce it:
```
create temporary function a .... using jar 'hdfs:/.....hive-udfxxx.jar'
select a() from XXX
```
Then close session and create a new session.
```
set kyuubi.operation.language=scala
spark.sql("select 100;").show;
```
The jar should be hdfs jar.
also cc @iodone
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]