You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2019/12/12 20:04:00 UTC

[jira] [Commented] (CALCITE-3588) Support more operators in Join condition when convert RelNode to SqlNode

    [ https://issues.apache.org/jira/browse/CALCITE-3588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16995015#comment-16995015 ] 

Julian Hyde commented on CALCITE-3588:
--------------------------------------

Does current behavior throw an exception? If so please post the stack.

How about changing the subject to "JDBC adapter should handle join conditions containing IS TRUE, SIMILAR TO etc. when generating SQL". Concrete examples, and relevant to the SQL user.

> Support more operators in Join condition when convert RelNode to SqlNode
> ------------------------------------------------------------------------
>
>                 Key: CALCITE-3588
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3588
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>            Reporter: Jin Xing
>            Assignee: Jin Xing
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Currently Calcite fail to convert RelNode to SqlNode when Join condition contains operators like 'SIMILAR_TO', 'IS_TRUE', 'IS_NOT_TRUE'. AssertionError will be thrown from [1]
>  
> [1] https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/rel/rel2sql/SqlImplementor.java#L290



--
This message was sent by Atlassian Jira
(v8.3.4#803005)