This is an automated email from the ASF dual-hosted git repository.
dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 5ae8cb0 [FLINK-24156][network] Guard against erroneous
SocketTimeoutExceptions
new c24017f [hotfix] Refactor PlannerMocks be used as holder of different
mocks
new a0cdd60 [FLINK-22942] [sql/planner] Disable UPSERT INTO statement,
including a test
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../planner/calcite/FlinkCalciteSqlValidator.java | 14 +++++
.../table/planner/calcite/FlinkPlannerImpl.scala | 7 ++-
.../calcite/FlinkCalciteSqlValidatorTest.java | 36 ++++++------
.../planner/operations/MergeTableLikeUtilTest.java | 2 +-
.../flink/table/planner/utils/PlannerMocks.java | 67 ++++++++++++++++++----
5 files changed, 93 insertions(+), 33 deletions(-)
copy flink-core/src/test/java/org/apache/flink/api/java/tuple/Tuple2Test.java
=>
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/calcite/FlinkCalciteSqlValidatorTest.java
(51%)