This is an automated email from the ASF dual-hosted git repository.
mbudiu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
from af4391db0d [CALCITE-6645] Support user-defined function without
parentheses when db dialect's allowNiladicParentheses property is false
new f14e944477 [CALCITE-6615] BindableTableScan estimateRowCount does not
calculate push down filters
new 56f47eef5c [CALCITE-6614] InnodbFilterRule incorrectly constructs
condition when creating InnodbFilter
new 214345eacf Introduced bug guard for [CALCITE-6328]
new 394ec336d6 [CALCITE-6586] Some Rules not firing due to RelMdPredicates
returning null in VolcanoPlanner
The 4 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:
.../org/apache/calcite/adapter/jdbc/JdbcRules.java | 2 +-
.../org/apache/calcite/interpreter/Bindables.java | 5 ++
.../rel/metadata/RelMdColumnUniqueness.java | 23 +------
.../calcite/rel/metadata/RelMdPredicates.java | 2 +-
.../rules/AggregateProjectPullUpConstantsRule.java | 3 +-
.../rel/rules/SortRemoveConstantKeysRule.java | 7 ++
.../rel/rules/UnionPullUpConstantsRule.java | 3 +-
.../src/main/java/org/apache/calcite/util/Bug.java | 6 ++
.../org/apache/calcite/test/JdbcAdapterTest.java | 11 +++-
.../java/org/apache/calcite/test/JdbcTest.java | 45 ++++++++-----
.../org/apache/calcite/test/RelOptRulesTest.java | 53 +++++++++++++++
.../apache/calcite/test/ScannableTableTest.java | 7 +-
.../org/apache/calcite/test/RelOptRulesTest.xml | 76 ++++++++++++++++++++++
core/src/test/resources/sql/sub-query.iq | 30 ++++-----
.../org/apache/calcite/test/DruidAdapter2IT.java | 33 ++++++----
.../org/apache/calcite/test/DruidAdapterIT.java | 33 ++++++----
.../apache/calcite/adapter/innodb/InnodbRules.java | 5 +-
.../innodb/InnodbToEnumerableConverter.java | 3 +-
18 files changed, 254 insertions(+), 93 deletions(-)