This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 84f830b [FLINK-14022][table-planner][table-planner-blink] Add python
udf validation check in join condition
add 1fa4e3d [FLINK-14464] Introduce the
AbstractUserClassPathJobGraphRetriever This abstract class is for the
JobGraphRetriever, which wants to use the user's classpath.
add 9e13af6 [FLINK-14464] Simplify file listing implementation
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/flink/util/FileUtils.java | 120 +++++++++++++++++++++
.../java/org/apache/flink/util/FileUtilsTest.java | 101 +++++++++++++++++
.../AbstractUserClassPathJobGraphRetriever.java | 59 ++++++++++
...AbstractUserClassPathJobGraphRetrieverTest.java | 77 +++++++++++++
4 files changed, 357 insertions(+)
create mode 100644
flink-runtime/src/main/java/org/apache/flink/runtime/entrypoint/component/AbstractUserClassPathJobGraphRetriever.java
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/entrypoint/component/AbstractUserClassPathJobGraphRetrieverTest.java