This is an automated email from the ASF dual-hosted git repository.

godfrey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from a02b2c232ea [FLINK-28738][table-planner] Adds a user doc about the 
determinism in streaming
     add 22cb5540083 [FLINK-29280][table-planner] Fix join hints could not be 
propagated in subquery

No new revisions were added by this update.

Summary of changes:
 .../apache/calcite/sql2rel/RelDecorrelator.java    |   4 +
 .../plan/rules/logical/SubQueryDecorrelator.java   |  22 +-
 .../table/planner/calcite/FlinkPlannerImpl.scala   |   3 +-
 .../rules/logical/FlinkSubQueryRemoveRule.scala    |  13 +-
 .../planner/plan/hints/batch/JoinHintTestBase.java |  40 +++
 .../plan/hints/batch/BroadcastJoinHintTest.xml     | 275 ++++++++++++++++----
 .../plan/hints/batch/NestLoopJoinHintTest.xml      | 275 ++++++++++++++++----
 .../plan/hints/batch/ShuffleHashJoinHintTest.xml   | 276 +++++++++++++++++----
 .../plan/hints/batch/ShuffleMergeJoinHintTest.xml  | 276 +++++++++++++++++----
 .../optimize/ClearQueryBlockAliasResolverTest.xml  | 152 +++++++++---
 .../planner/plan/optimize/JoinHintResolverTest.xml | 156 +++++++++---
 11 files changed, 1215 insertions(+), 277 deletions(-)

Reply via email to