Krzysztof Mierzejewski created HIVE-24971:
---------------------------------------------
Summary: Floating number parameter types with the hplsql HIVE CLI
function.
Key: HIVE-24971
URL: https://issues.apache.org/jira/browse/HIVE-24971
Project: Hive
Issue Type: Bug
Components: hpl/sql
Affects Versions: 2.3.2
Reporter: Krzysztof Mierzejewski
I cannot get floating numbers working as user defined function parameter types
when executed from HIVE CLI with the {{hplsql}} helper function. I have tried
all the means I could think of, including casting to any type available on both
ends ({{float}}, {{double}}, {{number}}, {{numeric}}, {{decimal}}, even
_simple_ kinds and including {{RECORD}} as an argument), but only function
types that seem to support HIVE CLI -> HPL/SQL marshalling are text (string)
and integers. Every time I try to pass a float I get {{null}} on the hplsql end.
Are floating UDF parameter types supported with 2.3.2 when executing a function
from HIVE CLI?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)