Re: Pushing down aggregates through rhs of a left join

2020-07-31 Thread Haisheng Yuan
> Is there interest > in PRing something like this to calcite, either as a new rule or part > of AggregateJoinTranspose? Yes. It is better to be part of AggregateJoinTranspose. On 2020/07/31 05:41:56, Alex Baden wrote: > Hi all, > > I have a query of the form: > > SELECT a.x, SUM(b.y), SUM

[jira] [Created] (CALCITE-4151) Forbid usages of Exception#printStackTrace variants

2020-07-31 Thread Stamatis Zampetakis (Jira)
Stamatis Zampetakis created CALCITE-4151: Summary: Forbid usages of Exception#printStackTrace variants Key: CALCITE-4151 URL: https://issues.apache.org/jira/browse/CALCITE-4151 Project: Calcite

[jira] [Created] (CALCITE-4150) RelToSqlConverter does not support null without a cast: "Unsupported type when convertTypeToSpec: NULL"

2020-07-31 Thread Anton Haidai (Jira)
Anton Haidai created CALCITE-4150: - Summary: RelToSqlConverter does not support null without a cast: "Unsupported type when convertTypeToSpec: NULL" Key: CALCITE-4150 URL: https://issues.apache.org/jira/browse/CAL