This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 3cbacbf26f0 [FLINK-32129][fs-connector] Use string array in
PartitionCommitInfo
new b6a633278cf [FLINK-32058][tests] Set the field access to true to
support Scala tests
new 70ac66d567e [FLINK-32058][tests] Migrate the subclasses of
BatchAbstractTestBase in runtime.batch.sql to JUnit5
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/runtime/batch/sql/CalcITCase.scala | 76 +++++-----
.../runtime/batch/sql/CodeSplitITCase.scala | 23 +--
.../runtime/batch/sql/CorrelateITCase.scala | 6 +-
.../runtime/batch/sql/CorrelateITCase2.scala | 6 +-
.../runtime/batch/sql/LegacyLimitITCase.scala | 5 +-
.../batch/sql/LegacyTableSourceITCase.scala | 10 +-
.../runtime/batch/sql/Limit0RemoveITCase.scala | 6 +-
.../planner/runtime/batch/sql/LimitITCase.scala | 4 +
.../planner/runtime/batch/sql/MiscITCase.scala | 157 +++++++++++----------
.../runtime/batch/sql/MultipleInputITCase.scala | 35 ++---
.../runtime/batch/sql/OverAggregateITCase.scala | 7 +-
.../batch/sql/PartitionableSinkITCase.scala | 103 +++++++-------
.../batch/sql/PartitionableSourceITCase.scala | 33 +++--
.../planner/runtime/batch/sql/RankITCase.scala | 6 +-
.../runtime/batch/sql/SetOperatorsITCase.scala | 40 +++---
.../runtime/batch/sql/SortLimitITCase.scala | 4 +-
.../runtime/batch/sql/TableScanITCase.scala | 2 +-
.../runtime/batch/sql/TableSinkITCase.scala | 50 +++----
.../runtime/batch/sql/TableSourceITCase.scala | 14 +-
.../planner/runtime/batch/sql/UnionITCase.scala | 6 +-
.../planner/runtime/batch/sql/UnnestITCase.scala | 3 +-
.../planner/runtime/batch/sql/ValuesITCase.scala | 2 +-
.../batch/sql/WindowTableFunctionITCase.scala | 4 +-
.../parameterized/ParameterizedTestExtension.java | 1 +
24 files changed, 302 insertions(+), 301 deletions(-)