[
https://issues.apache.org/jira/browse/CALCITE-6847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yu Xu updated CALCITE-6847:
---------------------------
Summary: Support PostgreSQL Dialect with join on Boolean type (was:
Support Mysql/Hive/Presto Dialect with join on Boolean type)
> 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
> Fix For: 1.39.0
>
>
> Currently Hive/Mysql/Presto Dialect not support join on boolean in
> Calciteļ¼but their 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)