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 4b42936 [FLINK-25052][table-planner] Port row to row casting to
CastRule
add 34c74e1 [FLINK-25156][table-planner] Support distinct type in
CastRules
No new revisions were added by this update.
Summary of changes:
.../functions/casting/CastRuleProvider.java | 13 ++++-
.../functions/casting/CastRuleProviderTest.java | 61 ++++++++++++++++++++++
2 files changed, 73 insertions(+), 1 deletion(-)
create mode 100644
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/casting/CastRuleProviderTest.java