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 58c4be49001 [FLINK-28841][scripts][docs] Document dynamic properties 
support
     add fcaa4f77e0b [FLINK-29081][table-planner] Capitalize join hints to 
avoid case sensitive

No new revisions were added by this update.

Summary of changes:
 .../apache/calcite/sql2rel/SqlToRelConverter.java  |  3 ++
 .../flink/table/planner/hint/FlinkHints.java       | 40 ++++++++++++++++++++++
 .../planner/plan/hints/batch/JoinHintTestBase.java | 22 ++++++++++++
 .../plan/hints/batch/BroadcastJoinHintTest.xml     | 21 ++++++++++++
 .../plan/hints/batch/NestLoopJoinHintTest.xml      | 21 ++++++++++++
 .../plan/hints/batch/ShuffleHashJoinHintTest.xml   | 22 ++++++++++++
 .../plan/hints/batch/ShuffleMergeJoinHintTest.xml  | 22 ++++++++++++
 .../optimize/ClearQueryBlockAliasResolverTest.xml  | 13 +++++++
 .../planner/plan/optimize/JoinHintResolverTest.xml | 13 +++++++
 9 files changed, 177 insertions(+)

Reply via email to