[
https://issues.apache.org/jira/browse/CALCITE-6847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928612#comment-17928612
]
xiong duan commented on CALCITE-6847:
-------------------------------------
{code:java}
SELECT *FROM public.bonus left join public.dept d on true; {code}
This SQL can be directly executed in PostgreSQL. Why rewrite it?
> 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)