HI,

I'm using Phoenix-4.4-hbase-1.1 and whenever I run a statement that has a
UDF in the SELECT clause with the sort merge join hint, it results to the
error function undefined.

Sample:

SELECT /*+ USE_SORT_MERGE_JOIN */
my_udf(test_column) as udf
FROM table1 a
INNER JOIN
table2 b
on a.id = b.id

Is this a known bug? If it is, is there a workaround?


Thanks!

Reply via email to