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 25a2e5a  Adjust code indentation (Axis)
     add 74d0275  [CALCITE-3584] Propagate hints when decorrelating a query

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/calcite/plan/RelOptUtil.java   | 199 ++++++++++++++++++++-
 .../java/org/apache/calcite/rel/hint/Hintable.java |  45 +++--
 .../apache/calcite/rel/logical/LogicalJoin.java    |   4 +-
 .../apache/calcite/rel/logical/LogicalProject.java |   4 +-
 .../calcite/rel/logical/LogicalTableScan.java      |   4 +-
 .../apache/calcite/sql2rel/RelDecorrelator.java    |  18 +-
 .../sql2rel/RelStructuredTypeFlattener.java        |   5 +-
 .../apache/calcite/sql2rel/SqlToRelConverter.java  | 124 +------------
 .../apache/calcite/test/SqlHintsConverterTest.java |  24 +++
 .../apache/calcite/test/SqlHintsConverterTest.xml  |  50 ++++++
 10 files changed, 322 insertions(+), 155 deletions(-)

Reply via email to