This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from 51c0d92 [CALCITE-4584] Using function in partition by list of over
window cause converting exception (Wang Yanlin)
add 8c46299 [CALCITE-4726] Support aggregate calls with a FILTER clause
in AggregateExpandWithinDistinctRule (Will Noble)
new 48d4cfa [CALCITE-4760] RelBuilder creation fails with error 'No
suitable driver found for jdbc:calcite:' in shaded Calcite
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/calcite/jdbc/SimpleCalciteSchema.java | 2 +-
.../rules/AggregateExpandWithinDistinctRule.java | 210 +++++++++++++++++----
.../java/org/apache/calcite/rex/RexSimplify.java | 2 +-
.../java/org/apache/calcite/tools/Frameworks.java | 13 +-
.../java/org/apache/calcite/tools/RelBuilder.java | 16 +-
.../org/apache/calcite/test/RelBuilderTest.java | 16 ++
.../org/apache/calcite/test/RelOptRulesTest.java | 111 ++++++++++-
.../org/apache/calcite/test/RelOptRulesTest.xml | 178 ++++++++++++++++-
core/src/test/resources/sql/within-distinct.iq | 47 +++++
9 files changed, 534 insertions(+), 61 deletions(-)