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 2019/05/09 12:36:28 UTC

[flink] 06/06: [hotfix][table-common] Remove COLLECTION family from MAP type root

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

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

commit bb13989d30f2b87565572c21f173255953d1bac2
Author: Timo Walther <tw...@apache.org>
AuthorDate: Thu May 9 09:36:45 2019 +0200

    [hotfix][table-common] Remove COLLECTION family from MAP type root
---
 .../main/java/org/apache/flink/table/types/logical/LogicalTypeRoot.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/logical/LogicalTypeRoot.java b/flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/logical/LogicalTypeRoot.java
index d17443b..322ae93 100644
--- a/flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/logical/LogicalTypeRoot.java
+++ b/flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/logical/LogicalTypeRoot.java
@@ -137,7 +137,6 @@ public enum LogicalTypeRoot {
 
 	MAP(
 		LogicalTypeFamily.CONSTRUCTED,
-		LogicalTypeFamily.COLLECTION,
 		LogicalTypeFamily.EXTENSION),
 
 	ROW(