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 2019/10/30 03:14:39 UTC

[flink] branch master updated (31e89c7 -> 4c87259)

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 31e89c7  [FLINK-14218][table] support precise function reference in FunctionCatalog
     add 4c87259  [FLINK-14398][table-planner] Further split input unboxing code into separate methods (#10000)

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/table/codegen/CodeGenerator.scala | 56 +++++++++++++++++-----
 .../table/codegen/CollectorCodeGenerator.scala     | 22 ++-------
 .../table/codegen/FunctionCodeGenerator.scala      | 26 +++++++---
 .../flink/table/codegen/MatchCodeGenerator.scala   | 33 ++++++++-----
 .../flink/table/runtime/stream/sql/SqlITCase.scala | 40 ++++++++++++++++
 5 files changed, 129 insertions(+), 48 deletions(-)