[
https://issues.apache.org/jira/browse/FLINK-6377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15982440#comment-15982440
]
ASF GitHub Bot commented on FLINK-6377:
---------------------------------------
Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/3767#discussion_r113115187
--- Diff:
flink-libraries/flink-table/src/test/java/org/apache/flink/table/api/java/batch/sql/SqlITCase.java
---
@@ -18,9 +18,15 @@
package org.apache.flink.table.api.java.batch.sql;
+import com.google.common.collect.ImmutableMap;
--- End diff --
Can we use `java.util.Collections.singletonMap()` instead of Guava? We
avoid using `Guava` due to version conflicts.
> Support map types in the Table / SQL API
> ----------------------------------------
>
> Key: FLINK-6377
> URL: https://issues.apache.org/jira/browse/FLINK-6377
> Project: Flink
> Issue Type: New Feature
> Reporter: Haohui Mai
> Assignee: Haohui Mai
>
> This jira tracks the efforts of adding supports for maps into the Table / SQL
> APIs.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)