Yu Xu created CALCITE-6847: ------------------------------ Summary: Support Mysql/Hive/Presto 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 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)