[
https://issues.apache.org/jira/browse/CALCITE-6847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928618#comment-17928618
]
Yu Xu commented on CALCITE-6847:
--------------------------------
[~julianhyde] Thanks for the reminder, I would change as the suggestion.
> 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)