Github user DanielMe commented on the pull request:
https://github.com/apache/spark/pull/1063#issuecomment-92301932
Excuse my naive question, however, it seems that this does not use the
regular Hive UDF API, right? (Like when I would run `hiveContext.sql("CREATE
TEMPORARY FUNCTION [...]")` ). Is there any particular reason for that? I
noticed, that UDFs created using this mechanism won't show up in the `SHOW
FUNCTIONS` list. Would it be difficult to achieve that?
Also, the Hive API allows to add description strings to a UDF (which
obviously only makes sense if you can use `DESCRIBE FUNCTION`). It would be
nice if something similar would exists for UDFs defined over the spark
interface.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]