GitHub user haohui opened a pull request:
https://github.com/apache/flink/pull/3767
[FLINK-6377] [table] Support map types in the Table / SQL API
This PR adds the supports of the map types in the Table / SQL API. It
covers both the parsing and the runtime.
One caveat is that users need to explicitly specify the map type. This is
because the `TypeExtractor` is unable to infer the types because of the type
erasure in Java. @StephanEwen and @twalthr can you please shed some lights on
what is the best way to approach this? Comments are appreciated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/haohui/flink FLINK-6377
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3767.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3767
----
commit 86397e2d6bd22473e1db5d91627d7e7e245e13cf
Author: Haohui Mai <[email protected]>
Date: 2017-04-25T06:12:29Z
[FLINK-6377] [table] Support map types in the Table / SQL API
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---