packyan commented on PR #4168:
URL: https://github.com/apache/kyuubi/pull/4168#issuecomment-1630052446

   > > It seems something wrong when it is spark 3.4, I will research the 
problem later.
   > 
   > Do you mean it will failed the SQL execution or just ignoring the 
functions when running with Spark 3.4? If it's the latter one, it's all right 
to get it fixed in the follow-ups and skip ut for 3.4 this time by using 
`assume(isSparkVersionAtMost("3.3"))` with todo hints comment.
   
   1. scan_command_spec.json file name remains unchanged.
   2. Exposing buildFunctions as public methods.
   3. Make getFunctionType method as tool method.
   4. At present, the privilege objects building for hive udf usage is not 
compatible for Spark 3.4 and requires some extra adaptation work. It has been 
annotated with TODO hint and the relevant unit test cases have been skipped at 
Spark 3.4.


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

Reply via email to