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 2022/02/21 02:36:25 UTC

[flink] branch release-1.13 updated (3d22d95 -> b0d0a00)

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

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


    from 3d22d95  Update japicmp configuration for 1.13.6
     add b0d0a00  [FLINK-25227][table] Boxed numeric type should be considered when generating code for equality checking

No new revisions were added by this update.

Summary of changes:
 .../flink/table/planner/codegen/CodeGenUtils.scala |   7 +
 .../planner/codegen/calls/ScalarOperatorGens.scala |  12 +-
 .../planner/expressions/ScalarOperatorsTest.scala  | 341 ++++++++++++++++++++-
 .../NumericUtils.java}                             |  36 +--
 4 files changed, 373 insertions(+), 23 deletions(-)
 copy flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/runtime/{util/collections/ObjectHashSet.java => functions/NumericUtils.java} (54%)