GitHub user twalthr opened a pull request:
https://github.com/apache/flink/pull/4186
[FLINK-7005] [table] Optimization steps are missing for nested registered
tables
This PR solves the bug described in FLINK-7005. This PR adds another stage
to the optimization phase that converts table scans to full plans. However, it
makes 2 rules non-optional. Do we want to make those two rules also
configurable through the Calcite config?
This should definitely be part of Flink 1.3.2.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/twalthr/flink FLINK-7005
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4186.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 #4186
----
commit 5cfc366bba6899f2def57a92af4856ab3e63c0b0
Author: twalthr <[email protected]>
Date: 2017-06-26T13:22:11Z
[FLINK-7005] [table] Optimization steps are missing for nested registered
tables
----
---
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.
---