You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Srinivasulu Punuru (JIRA)" <ji...@apache.org> on 2018/04/20 17:46:00 UTC

[jira] [Closed] (SAMZA-1535) Support UDFS in where clause

     [ https://issues.apache.org/jira/browse/SAMZA-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Srinivasulu Punuru closed SAMZA-1535.
-------------------------------------

> 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
>            Priority: Major
>             Fix For: 0.15.0
>
>
> 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
(v7.6.3#76005)