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

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

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

Xinyu Liu updated SAMZA-1535:
-----------------------------
    Fix Version/s: 0.15.0

> 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
>             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
(v6.4.14#64029)