GitHub user vasia opened a pull request:
https://github.com/apache/flink/pull/1827
[FLINK-3639] add methods for registering datasets and tables in the
TableEnvironment
This PR add methods for registering DataSets and Tables in the
TableEnvironment to allow executing SQL queries in them in the (near) future.
Registration will fail if there already exists a table or dataset with the same
name. However, we do allow registering the same dataset and/or table under
different names.
It also adds a `scan` method to retrieve a registered Table from the
registry.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vasia/flink registerTables
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1827.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 #1827
----
commit e72d133a41c0988c4074052e97bbc87590e80ddb
Author: vasia <[email protected]>
Date: 2016-03-21T14:22:58Z
[FLINK-3639] add methods for registering datasets and tables in the
TableEnvironment
----
---
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.
---