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/07/09 08:49:26 UTC

[flink] branch master updated (df4f9bc -> 584dca1)

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 df4f9bc  [FLINK-18520][table] Fix unresolvable catalog table functions
     add 584dca1  [FLINK-17000][table] Ensure that every logical type can be represented as TypeInformation

No new revisions were added by this update.

Summary of changes:
 .../flink/formats/avro/AvroFormatFactoryTest.java  |  4 +-
 .../avro/AvroRowDataDeSerializationSchemaTest.java |  6 +--
 .../flink/formats/csv/CsvFormatFactoryTest.java    |  4 +-
 .../formats/csv/CsvRowDataSerDeSchemaTest.java     |  8 ++--
 .../flink/formats/json/JsonFormatFactoryTest.java  |  4 +-
 .../formats/json/JsonRowDataSerDeSchemaTest.java   | 25 +++++-----
 .../canal/CanalJsonDeserializationSchemaTest.java  |  4 +-
 .../json/canal/CanalJsonFormatFactoryTest.java     |  4 +-
 .../DebeziumJsonDeserializationSchemaTest.java     |  4 +-
 .../debezium/DebeziumJsonFormatFactoryTest.java    |  4 +-
 .../flink/table/types/utils/DataTypeUtils.java     | 53 ++++++++++++++++++++++
 .../flink/table/types/utils/DataTypeUtilsTest.java | 23 ++++++++++
 .../table/planner/codegen/CalcCodeGenerator.scala  |  8 ++--
 .../codegen/calls/BridgingSqlFunctionCallGen.scala | 16 ++-----
 .../planner/factories/TestValuesTableFactory.java  |  2 -
 .../connector/sink/SinkRuntimeProviderContext.java | 12 ++---
 .../source/LookupRuntimeProviderContext.java       | 12 ++---
 .../source/ScanRuntimeProviderContext.java         | 12 ++---
 .../table/runtime/types/InternalSerializers.java   |  4 ++
 .../runtime/types/TypeInfoDataTypeConverter.java   |  5 +-
 .../table/runtime/typeutils/RowDataTypeInfo.java   |  4 ++
 .../table/runtime/typeutils/WrapperTypeInfo.java   | 39 ++++++++++++++--
 .../runtime/typeutils/WrapperTypeInfoTest.java     |  4 ++
 23 files changed, 184 insertions(+), 77 deletions(-)