[jira] [Created] (CALCITE-6123) DruidAdapter2IT is failing

2023-11-16 Thread Benchao Li (Jira)
Benchao Li created CALCITE-6123: --- Summary: DruidAdapter2IT is failing Key: CALCITE-6123 URL: https://issues.apache.org/jira/browse/CALCITE-6123 Project: Calcite Issue Type: Bug

[jira] [Created] (CALCITE-6122) In SqlToRelConverter, AggConverter doesn't use coerced SqlNodes

2023-11-16 Thread Steve Carlin (Jira)
Steve Carlin created CALCITE-6122: - Summary: In SqlToRelConverter, AggConverter doesn't use coerced SqlNodes Key: CALCITE-6122 URL: https://issues.apache.org/jira/browse/CALCITE-6122 Project: Calcite

Re: PR 3495 (Make single-row rels unique) Review Request

2023-11-16 Thread Julian Hyde
It depends on your client. Different clients have a different notion of paragraph. Safest thing is to compose in plain text mode. Failing that, compose in rich text mode with the knowledge that it will be converted to plain text mode. Use ' * ' for bullet points, '>' for quoted text, and

Re: PR 3495 (Make single-row rels unique) Review Request

2023-11-16 Thread Paul Jackson
Thanks. Is there a trick to sending e-mails to this list so that formatting is retained? Experimenting with my client's plain-text mode: https://github.com/apache/calcite/pull/3495 https://issues.apache.org/jira/projects/CALCITE/issues/CALCITE-6044 Copy/pasting your links: * 

Re: PR 3495 (Make single-row rels unique) Review Request

2023-11-16 Thread Julian Hyde
These links are easier: * https://github.com/apache/calcite/pull/3495 * https://issues.apache.org/jira/browse/CALCITE-6044 > On Nov 16, 2023, at 7:51 AM, Paul Jackson > wrote: > > This PR updates org.apache.calcite.rel.metadata areColumnsUnique, > getUniqueKeys, and getPredicates methods to

PR 3495 (Make single-row rels unique) Review Request

2023-11-16 Thread Paul Jackson
This PR updates org.apache.calcite.rel.metadata areColumnsUnique, getUniqueKeys, and getPredicates methods to account for relations that produce at most a single row: Sort (due to limit), Aggregate (due to no group by), Values (due to having a single row), and Join (when joining with one of the