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 2020/09/09 07:22:59 UTC

[flink] branch master updated (99cd44f -> 8a61d10)

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 99cd44f  [hotfix] Add unit test for checkpoint failure.
     add 8a61d10  [FLINK-19112][table] Improve usability during constant expression reduction

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/functions/udfs.md                   | 33 +++++++--
 .../table/functions/ConstantFunctionContext.java   | 85 ++++++++++++++++++++++
 .../flink/table/functions/FunctionContext.java     |  7 +-
 .../flink/table/functions/FunctionDefinition.java  |  6 +-
 .../flink/table/functions/UserDefinedFunction.java | 14 +++-
 .../table/planner/codegen/ExpressionReducer.scala  | 49 ++++---------
 .../rules/logical/ExpressionReductionRulesTest.xml | 29 ++++++--
 .../utils/userDefinedScalarFunctions.scala         |  3 +
 .../logical/ExpressionReductionRulesTest.scala     | 11 ++-
 9 files changed, 184 insertions(+), 53 deletions(-)
 create mode 100644 flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/ConstantFunctionContext.java