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/05/13 14:33:30 UTC

[flink] branch master updated (47323a4 -> 66a0dd8)

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 47323a4  [FLINK-11086] Clean up profiles and dependency exclusions
     add 66a0dd8  [FLINK-17660][table-common] Check default constructor for structured types

No new revisions were added by this update.

Summary of changes:
 .../table/types/extraction/DataTypeExtractor.java  |   7 +
 .../table/types/extraction/ExtractionUtils.java    | 242 ++++++++++++---------
 .../types/extraction/FunctionMappingExtractor.java |   8 +-
 .../types/extraction/DataTypeExtractorTest.java    |  25 ++-
 .../codegen/calls/BridgingSqlFunctionCallGen.scala |   4 +-
 5 files changed, 176 insertions(+), 110 deletions(-)