This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 2f4956f  [FLINK-18256][orc] Exclude ORC's Hadoop dependency and pull 
in provided vanilla hadoop in flink-orc
     new b1472a8  [hotfix] Improve exception message for parsing kryo 
serializer classes from config
     new a6557f6  [FLINK-18241] Use correct user class loader in 
OptimizerPlanEnvironment & StreamPlanEnvironment

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:
 flink-clients/pom.xml                              |   8 +
 .../client/program/OptimizerPlanEnvironment.java   |   4 +-
 .../flink/client/program/PackagedProgramUtils.java |  10 +-
 .../client/program/StreamPlanEnvironment.java      |   4 +-
 .../program/PackagedProgramUtilsPipelineTest.java  | 194 +++++++++++++++++++++
 .../client/program/PackagedProgramUtilsTest.java   |  97 +----------
 .../apache/flink/api/common/ExecutionConfig.java   |   6 +-
 .../flink/api/java/ExecutionEnvironment.java       |  13 +-
 .../environment/StreamExecutionEnvironment.java    |  15 +-
 9 files changed, 250 insertions(+), 101 deletions(-)
 create mode 100644 
flink-clients/src/test/java/org/apache/flink/client/program/PackagedProgramUtilsPipelineTest.java

Reply via email to