You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "doodlegum (JIRA)" <ji...@apache.org> on 2014/07/10 00:05:04 UTC

[jira] [Created] (DRILL-1124) Add a command to sqlline to list registered UDFs and UDAFs with their signature

doodlegum created DRILL-1124:
--------------------------------

             Summary: Add a command to sqlline to list registered UDFs and UDAFs with their signature
                 Key: DRILL-1124
                 URL: https://issues.apache.org/jira/browse/DRILL-1124
             Project: Apache Drill
          Issue Type: New Feature
          Components: Client - CLI
    Affects Versions: 1.0.0-milestone-1
            Reporter: doodlegum


A UDF source jar and binaries are successfully registered by the Drillbit but when the UDF is called, it throws EigenbaseContextException.
Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "f80cd899-983c-4af7-8c3e-86616294a2e6"
endpoint {
 address: "ubuntu3.maprtech.com"
 user_port: 31010
 control_port: 31011
 data_port: 31012
}
error_type: 0
message: "Failure while parsing sql. < ValidationException:[ org.eigenbase.util.EigenbaseContextException: From line 1, column 8 to line 1, column 19 ] < EigenbaseContextException:[ From line 1, column 8 to line 1, column 19 ] < SqlValidatorException:[ No match found for function signature mode(<ANY>) ]"
]
Error: exception while executing query (state=,code=0)

It will be helpful to add a command to list UDFs and UDAFs that Drillbits are aware of.




--
This message was sent by Atlassian JIRA
(v6.2#6252)