[jira] [Created] (CALCITE-6916) Add Lint check for sub-query terms in commit messages

2025-03-26 Thread Stamatis Zampetakis (Jira)
Stamatis Zampetakis created CALCITE-6916: Summary: Add Lint check for sub-query terms in commit messages Key: CALCITE-6916 URL: https://issues.apache.org/jira/browse/CALCITE-6916 Project: Calci

[jira] [Created] (CALCITE-6917) Remove mention to "a list of values" from Javadoc of IN/NOT_IN operator

2025-03-26 Thread Stamatis Zampetakis (Jira)
Stamatis Zampetakis created CALCITE-6917: Summary: Remove mention to "a list of values" from Javadoc of IN/NOT_IN operator Key: CALCITE-6917 URL: https://issues.apache.org/jira/browse/CALCITE-6917

[jira] [Created] (CALCITE-6918) Nokogiri updates packaged libxslt to v1.1.43

2025-03-26 Thread Caican Cai (Jira)
Caican Cai created CALCITE-6918: --- Summary: Nokogiri updates packaged libxslt to v1.1.43 Key: CALCITE-6918 URL: https://issues.apache.org/jira/browse/CALCITE-6918 Project: Calcite Issue Type: Bu

[jira] [Created] (CALCITE-6915) Generalize terminology Linter to allow pattern based checks in commit messages

2025-03-26 Thread Stamatis Zampetakis (Jira)
Stamatis Zampetakis created CALCITE-6915: Summary: Generalize terminology Linter to allow pattern based checks in commit messages Key: CALCITE-6915 URL: https://issues.apache.org/jira/browse/CALCITE-6915

Re: FIlterIntoJoinRule applied without complete result

2025-03-26 Thread Alessandro Solimando
Hi Juri, it's true that the tables in the joins are fully connected via the predicates, but order matters and the concrete order I see can't do without cartesian products: it's joining "company_type" with other tables before joining with "movie_companies", but the only predicate in the where clause

[jira] [Created] (CALCITE-6914) Expand join-dependent predicates from disjuction

2025-03-26 Thread Silun Dong (Jira)
Silun Dong created CALCITE-6914: --- Summary: Expand join-dependent predicates from disjuction Key: CALCITE-6914 URL: https://issues.apache.org/jira/browse/CALCITE-6914 Project: Calcite Issue Type

FIlterIntoJoinRule applied without complete result

2025-03-26 Thread Juri Petersen
Hi, As mentioned by Mads in a previous mail, we are working on a SQL-API in Apache Wayang. We are trying to set up experiments with the JOB Benchmark and see that we have to rewrite queries to explicit INNER JOINS for them to be parsed correctly. Since we are planning to do other benchmarks with