Description
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?