[
https://issues.apache.org/jira/browse/CALCITE-5962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
LiYuE updated CALCITE-5962:
---------------------------
Description:
Currently, Spark SQL supports parsing the "anti join" SQL syntax [Spark Anti
join
syntax|[http://example.com|https://spark.apache.org/docs/3.4.1/sql-ref-syntax-qry-select-join.html#anti-join]],
but the
org.apache.calcite.sql.JoinType.java in Calcite does not include this
enumeration. Therefore, it is hoped that Calcite can add an enumeration type
for anti join to be compatible with the Spark syntax.
was:
Currently, Spark SQL supports parsing the "anti join" SQL syntax [[link
title|http://example.com]], but the
org.apache.calcite.sql.JoinType.java in Calcite does not include this
enumeration. Therefore, it is hoped that Calcite can add an enumeration type
for anti join to be compatible with the Spark syntax.
> Add "ANTI" enumeration join type at JoinType.java
> -------------------------------------------------
>
> Key: CALCITE-5962
> URL: https://issues.apache.org/jira/browse/CALCITE-5962
> Project: Calcite
> Issue Type: Wish
> Reporter: LiYuE
> Priority: Major
>
> Currently, Spark SQL supports parsing the "anti join" SQL syntax [Spark Anti
> join
> syntax|[http://example.com|https://spark.apache.org/docs/3.4.1/sql-ref-syntax-qry-select-join.html#anti-join]],
> but the
> org.apache.calcite.sql.JoinType.java in Calcite does not include this
> enumeration. Therefore, it is hoped that Calcite can add an enumeration type
> for anti join to be compatible with the Spark syntax.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)