GitHub user twalthr opened a pull request:
https://github.com/apache/flink/pull/1322
[FLINK-2961] [table] Add support for basic type Date in Table API
Currently, the basic type Date is not implemented in the Table API. In
order to have a mapping of the most important ANSI SQL types for FLINK-2099. It
makes sense to add support for Date to represent date, time and timestamps of
milliseconds precision. This PR implements FLINK-2961.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/twalthr/flink TableApiDate
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1322.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 #1322
----
commit 78d74b2fc03344f9f6798895e32f743d47da6c1d
Author: twalthr <[email protected]>
Date: 2015-11-03T14:18:19Z
[FLINK-2961] [table] Add support for basic type Date in Table 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.
---