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 bf09457  [FLINK-15497][table-planner-blink] Reduce outputs when rank 
number is not required in Retractable TopN (#10823)
     add a22b9d8  [FLINK-15631][table-planner-blink] Fix equals code generation 
for RAW and TIMESTAMP type

No new revisions were added by this update.

Summary of changes:
 .../planner/codegen/EqualiserCodeGenerator.scala   | 28 +++---
 .../planner/codegen/calls/ScalarOperatorGens.scala | 20 +++++
 .../codegen/EqualiserCodeGeneratorTest.java        | 99 ++++++++++++++++++++++
 .../planner/expressions/ScalarFunctionsTest.scala  | 11 +++
 .../expressions/utils/ScalarTypesTestBase.scala    | 12 ++-
 .../runtime/stream/sql/AggregateITCase.scala       | 17 +++-
 .../utils/UserDefinedFunctionTestUtils.scala       | 28 +++++-
 .../flink/table/dataformat/LazyBinaryFormat.java   |  4 +
 8 files changed, 203 insertions(+), 16 deletions(-)
 create mode 100644 
flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/codegen/EqualiserCodeGeneratorTest.java

Reply via email to