[
https://issues.apache.org/jira/browse/CALCITE-6847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928479#comment-17928479
]
Julian Hyde commented on CALCITE-6847:
--------------------------------------
In a recent post to the dev list I asked that tests for the same query to
different dialects are grouped into a single test. This PR ignores that.
> Support PostgreSQL Dialect with join on Boolean type
> ----------------------------------------------------
>
> Key: CALCITE-6847
> URL: https://issues.apache.org/jira/browse/CALCITE-6847
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Affects Versions: 1.38.0
> Reporter: Yu Xu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.39.0
>
>
> Currently PostgreSQL Dialect not support join on boolean type in Calcite,but
> most system support with the syntax, so need to support it.
> syntax like:
> select A.id, B.name, B.address from A left join B on true;
--
This message was sent by Atlassian Jira
(v8.20.10#820010)