You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ku...@apache.org on 2019/11/22 13:39:34 UTC

[flink] branch master updated (444e26d -> c7ae2b8)

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

kurt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 444e26d  [FLINK-14787][documentation] Generate documentation for ExecutionOptions, PipelineOptions and StreamPipelineOptions
     add c7ae2b8  [FLINK-14722][hadoop] Optimize mapred.HadoopInputSplit to serialize conf only when necessary

No new revisions were added by this update.

Summary of changes:
 .../hadoop/mapred/wrapper/HadoopInputSplit.java    |  58 +++---
 .../mapred/wrapper/HadoopInputSplitTest.java       | 211 +++++++++++++++++++++
 2 files changed, 245 insertions(+), 24 deletions(-)
 create mode 100644 flink-connectors/flink-hadoop-compatibility/src/test/java/org/apache/flink/api/java/hadoop/mapred/wrapper/HadoopInputSplitTest.java