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 30313f3 [CALCITE-3736] Add an interface in RelOptRuleCall to
customize the propagation of hints before registering into planner rule
new 2c78bac [CALCITE-3735] In ImmutableBeans, allow interfaces to have
default methods
new bfd6d55 Refactor MaterializationTest to use a fluent API
The 2 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:
.../java/org/apache/calcite/util/Compatible.java | 81 +
.../org/apache/calcite/util/ImmutableBeans.java | 29 +-
.../apache/calcite/test/MaterializationTest.java | 1813 ++++++++++----------
.../org/apache/calcite/util/ImmutableBeanTest.java | 20 +
4 files changed, 1075 insertions(+), 868 deletions(-)
create mode 100644 core/src/main/java/org/apache/calcite/util/Compatible.java