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 6aa3055 [hotfix][docs][table] Fix code example in "User Defined Functions" page (#14086) add 04141fd [FLINK-17049][table-planner-blink] Support casting of rows add fe01302 [hotfix][table] Allow changing nullability using explicit cast in Table API No new revisions were added by this update. Summary of changes: .../types/logical/utils/LogicalTypeCasts.java | 4 +- .../flink/table/types/LogicalTypeCastsTest.java | 2 +- .../planner/codegen/calls/ScalarOperatorGens.scala | 33 +++++ .../planner/functions/CastFunctionITCase.java | 144 +++++++++++++++++++++ .../table/planner/expressions/RowTypeTest.scala | 9 +- 5 files changed, 184 insertions(+), 8 deletions(-) create mode 100644 flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/functions/CastFunctionITCase.java