Srinivasulu Punuru created SAMZA-1535:
-----------------------------------------
Summary: Support UDFS in where clause
Key: SAMZA-1535
URL: https://issues.apache.org/jira/browse/SAMZA-1535
Project: Samza
Issue Type: Bug
Reporter: Srinivasulu Punuru
The existing version of the udf implementation doesn't seem to supported in the
where clauses because the Type of the object returned is "ANY" and when you do a
select * from kafka.topic where regexMatch('.*foo', Name) it fails in the query
validation, because calcite doesn't know the type of regexMatch.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)