Open devictr opened 9 years ago
When including a Python file within a REGISTER statement, for instance:
REGISTER 'python/python_udf.py' USING jython AS python;
I get the following error: 'python/python_udf.py' unexpected. Moreover, the "USING jython AS python" is colored as if it was a String.
If this is a bug, please tell me where to look so I can fix it :)
Thanks for your work!
When including a Python file within a REGISTER statement, for instance:
I get the following error: 'python/python_udf.py' unexpected. Moreover, the "USING jython AS python" is colored as if it was a String.
If this is a bug, please tell me where to look so I can fix it :)
Thanks for your work!