This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from 9f29f46 [CALCITE-3563] When resolving method call in calcite runtime,
add type check and match mechanism for input arguments (DonnyZone)
add a54cb0a [CALCITE-3649] Hints should be propagated correctly in
planner rules if original node is transformed to different kind
No new revisions were added by this update.
Summary of changes:
.../org/apache/calcite/plan/RelOptRuleCall.java | 2 +-
.../java/org/apache/calcite/plan/RelOptUtil.java | 165 ++++++++++++++++++++-
.../java/org/apache/calcite/rel/hint/Hintable.java | 11 +-
.../org/apache/calcite/rel/hint/package-info.java | 22 ++-
.../apache/calcite/sql2rel/RelDecorrelator.java | 8 +-
.../sql2rel/RelStructuredTypeFlattener.java | 10 +-
.../java/org/apache/calcite/tools/RelBuilder.java | 15 +-
.../apache/calcite/test/SqlHintsConverterTest.java | 26 +++-
8 files changed, 220 insertions(+), 39 deletions(-)