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 2021/12/15 16:49:08 UTC

[flink] branch master updated (28eb197 -> a79e004)

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 28eb197  [FLINK-25326][connectors/kafka] Fix application of log levels in KafkaUtils.createKafkacontainer
     add a79e004  [FLINK-17151][table] Align Calcite's and Flink's SYMBOL types

No new revisions were added by this update.

Summary of changes:
 .../strategies/SymbolArgumentTypeStrategy.java     | 14 +++--
 .../flink/table/types/logical/SymbolType.java      | 64 ++++++++--------------
 .../table/types/utils/ClassDataTypeConverter.java  |  2 +-
 .../table/types/ClassDataTypeConverterTest.java    |  3 +-
 .../apache/flink/table/types/LogicalTypesTest.java |  6 +-
 .../table/types/ValueDataTypeConverterTest.java    |  5 +-
 .../strategies/SymbolArgumentTypeStrategyTest.java | 10 ++--
 .../table/planner/calcite/FlinkTypeFactory.scala   |  6 +-
 .../flink/table/planner/codegen/CodeGenUtils.scala | 12 ++--
 .../table/planner/codegen/GenerateUtils.scala      | 10 +---
 .../planner/codegen/calls/FunctionGenerator.scala  | 58 ++++++++++++--------
 11 files changed, 87 insertions(+), 103 deletions(-)