You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2021/02/02 09:39:18 UTC

[flink] branch master updated (94ecb91 -> 017bb12)

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

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


    from 94ecb91  [temp] Added infinite test.
     add 017bb12  [FLINK-20942][table] Digest of FLOAT literals throws UnsupportedOperationException

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/calcite/rex/RexLiteral.java    | 1179 ++++++++++++++++++++
 .../planner/runtime/batch/sql/CalcITCase.scala     |   33 +-
 .../java/org/apache/calcite/rex/RexLiteral.java    | 1179 ++++++++++++++++++++
 3 files changed, 2390 insertions(+), 1 deletion(-)
 create mode 100644 flink-table/flink-table-planner-blink/src/main/java/org/apache/calcite/rex/RexLiteral.java
 create mode 100644 flink-table/flink-table-planner/src/main/java/org/apache/calcite/rex/RexLiteral.java