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 a52bede [CALCITE-3635] Supports hint option as string or numeric
literal
add 5d6e57d [CALCITE-3631] Support SQL hints for Calc
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/calcite/rel/core/Calc.java | 33 ++++++++++++++++++++--
.../calcite/rel/hint/CompositeHintStrategy.java | 3 +-
.../apache/calcite/rel/hint/HintStrategies.java | 5 ++++
.../calcite/rel/hint/NodeTypeHintStrategy.java | 8 +++++-
.../apache/calcite/rel/logical/LogicalCalc.java | 23 +++++++++++++--
.../apache/calcite/test/SqlHintsConverterTest.java | 31 ++++++++++++++++----
6 files changed, 92 insertions(+), 11 deletions(-)