wondering whether this is a bug or originally designed for. When I
register my python udf  file like this:

Register 'a/b/mypyudfs.py' using jython as mypyudfs;

I got an error saying "could not initialize: a/b/mypyudfs.py". looks
like the original file path is sent to backend without any conversion.
It works when registered like this:

Register 'mypyudfs.py' using jython as mypyudfs;

Regards,
Shawn

Reply via email to