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 63443aec09e [FLINK-32027][runtime] Fix the potential concurrent 
reading bug of index file for SortMergeShuffle.
     new 7a423666d0f [FLINK-30815][tests] Migrate BatchAbstractTestBase to 
junit5
     new ed9ee279e50 [FLINK-30815][tests] Migrate BatchTestBase 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:
 .../connectors/hive/HiveTableSourceITCase.java     |  2 +-
 .../formats/json/JsonBatchFileSystemITCase.java    |  2 +-
 .../batch/sql/CompactManagedTableITCase.java       |  2 +-
 .../planner/runtime/batch/sql/FunctionITCase.java  |  8 +++-
 .../runtime/utils/BatchAbstractTestBase.java       | 38 +++++++++++-----
 .../batch/sql/LegacyTableSourceITCase.scala        |  8 ++--
 .../batch/sql/PartitionableSourceITCase.scala      |  7 +--
 .../runtime/batch/sql/TableSinkITCase.scala        | 14 +++---
 .../runtime/batch/sql/TableSourceITCase.scala      |  8 ++--
 .../runtime/batch/sql/TimestampITCase.scala        |  3 +-
 .../planner/runtime/utils/BatchTestBase.scala      | 50 +++++++++++++---------
 11 files changed, 88 insertions(+), 54 deletions(-)

Reply via email to