You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/09/22 04:05:52 UTC

[flink] branch master updated (83795aa -> 607919c)

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

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


    from 83795aa  [FLINK-19244][csv] Fix CSV format can't deserialize null ROW field
     add 607919c  [FLINK-18713][table-planner-blink] Change duration ConfigOption to duration type

No new revisions were added by this update.

Summary of changes:
 .../generated/execution_config_configuration.html  | 22 ++++-----
 ..._section.html => jmx_server_configuration.html} |  0
 .../generated/kubernetes_config_configuration.html | 24 ++++-----
 .../generated/table_config_configuration.html      | 16 +++---
 .../table/api/config/ExecutionConfigOptions.java   | 18 ++++---
 .../table/planner/utils/TableConfigUtils.java      | 24 ---------
 .../plan/nodes/common/CommonLookupJoin.scala       |  5 +-
 .../stream/StreamExecWatermarkAssigner.scala       |  5 +-
 .../StreamCommonSubGraphBasedOptimizer.scala       |  5 +-
 .../planner/plan/utils/WindowEmitStrategy.scala    | 51 ++++++++++---------
 .../flink/table/api/stream/ExplainTest.scala       |  5 +-
 .../planner/plan/stream/sql/DeduplicateTest.scala  |  4 +-
 .../stream/sql/MiniBatchIntervalInferTest.scala    | 57 ++++++++++++----------
 .../plan/stream/sql/ModifiedMonotonicityTest.scala |  8 +--
 .../plan/stream/sql/agg/AggregateTest.scala        | 18 ++++---
 .../plan/stream/sql/agg/WindowAggregateTest.scala  |  4 +-
 .../plan/stream/table/TwoStageAggregateTest.scala  |  4 +-
 .../GroupWindowTableAggregateValidationTest.scala  |  4 +-
 .../runtime/stream/sql/WindowAggregateITCase.scala | 13 ++---
 .../utils/StreamingWithMiniBatchTestBase.scala     |  3 +-
 .../flink/table/planner/utils/TableTestBase.scala  |  5 +-
 21 files changed, 147 insertions(+), 148 deletions(-)
 copy docs/_includes/generated/{expert_debugging_and_tuning_section.html => jmx_server_configuration.html} (100%)