You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2021/05/11 11:00:04 UTC

[flink] branch master updated (15e870d -> 8cac615)

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

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


    from 15e870d  [FLINK-22364][doc] Translate the page of "Data Sources" to Chinese. (#15763)
     add 8cac615  [FLINK-22586][table] Improve the precision dedivation for decimal arithmetics

No new revisions were added by this update.

Summary of changes:
 .../types/logical/utils/LogicalTypeMerging.java    | 62 +++++++++++------
 .../table/types/inference/TypeStrategiesTest.java  |  2 +-
 .../functions/aggfunctions/AvgAggFunction.java     | 12 +++-
 .../functions/aggfunctions/Sum0AggFunction.java    | 14 +++-
 .../functions/aggfunctions/SumAggFunction.java     | 26 ++++---
 .../aggfunctions/SumWithRetractAggFunction.java    | 37 ++++++----
 .../table/planner/calcite/FlinkTypeSystem.scala    | 80 +++++++++++++++++-----
 .../planner/functions/MathFunctionsITCase.java     |  2 +-
 .../planner/expressions/DecimalTypeTest.scala      | 37 ++++------
 .../runtime/stream/sql/OverAggregateITCase.scala   | 32 ++++++++-
 10 files changed, 216 insertions(+), 88 deletions(-)