This is an automated email from the ASF dual-hosted git repository.
xtsong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 87c33711fa3 [hotfix] Properly update japicmp configuration
new 3bce9f2b2e7 [hotfix] Migrate FileUtilsTest to Junit5 and AssertJ.
new 2859196f9ab [FLINK-28102] Flink AkkaRpcSystemLoader fails when
temporary directory is a symlink
new e8e9db37e17 [FLINK-29728] TablePlanner prevents Flink from starting is
working directory is a symbolic link
The 3 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:
.../main/java/org/apache/flink/util/FileUtils.java | 23 ++
.../java/org/apache/flink/util/FileUtilsTest.java | 295 ++++++++++++---------
.../runtime/rpc/akka/AkkaRpcSystemLoader.java | 3 +-
.../rpc/akka/AkkaRpcSystemLoaderITCase.java | 32 +++
.../flink/table/planner/loader/PlannerModule.java | 3 +-
5 files changed, 224 insertions(+), 132 deletions(-)