You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2020/08/24 08:45:16 UTC

[flink] branch master updated (3394da1 -> b41ea22)

This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 3394da1  [FLINK-18742][cli] Respect all config args when creating packaged program at client
     add 08ddb0a  [hotfix][table-common] Allow finding a common type for empty strings
     add b41ea22  [FLINK-18553][table-api-java] Update set operations to new type system

No new revisions were added by this update.

Summary of changes:
 .../flink/table/operations/SetQueryOperation.java  |  7 ++-
 .../operations/utils/SetOperationFactory.java      | 62 +++++++++++++++++-----
 .../flink/table/operations/QueryOperationTest.java |  3 +-
 .../types/logical/utils/LogicalTypeMerging.java    | 12 +++++
 .../flink/table/types/LogicalCommonTypeTest.java   |  6 +++
 .../runtime/batch/table/SetOperatorsITCase.scala   | 20 +++++++
 6 files changed, 93 insertions(+), 17 deletions(-)