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

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


    from 84b6631  [FLINK-20351] Correct the logging of the location of a task 
failure on the JM
     new 2c8e9d4  [FLINK-18545][configuration] Introduce `pipeline.name` to 
allow users to specify job name by configuration
     new beaeead  [FLINK-18545][configuration] Allow users to specify job name 
by configuration in ExecutionEnvironment
     new 5b73483  [FLINK-18545][python] Specify job name by `pipeline.name` for 
flink-python
     new 1aa1b8c  [FLINK-18545][table] Specify job name by `pipeline.name` for 
sql job

The 4 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:
 .../generated/pipeline_configuration.html          |  6 ++++
 .../flink/client/ExecutionEnvironmentTest.java     | 35 ++++++++++++++++++++++
 .../flink/configuration/PipelineOptions.java       | 10 +++++++
 .../flink/api/java/ExecutionEnvironment.java       | 19 +++++++-----
 .../apache/flink/python/util/PythonConfigUtil.java |  4 ++-
 .../flink/python/util/PythonConfigUtilTest.java    | 17 +++++++++++
 .../environment/StreamExecutionEnvironment.java    | 15 +++++++---
 .../api/StreamExecutionEnvironmentTest.java        | 33 ++++++++++++++++++++
 .../table/api/internal/TableEnvironmentImpl.java   | 10 +++++--
 9 files changed, 134 insertions(+), 15 deletions(-)

Reply via email to