[GitHub] drill pull request #786: DRILL-5359: Fix ClassCastException when Drill pushe...

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/drill/pull/786


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] drill pull request #786: DRILL-5359: Fix ClassCastException when Drill pushe...

2017-03-16 Thread jinfengni
GitHub user jinfengni opened a pull request:

https://github.com/apache/drill/pull/786

DRILL-5359: Fix ClassCastException when Drill pushes down filter on t…

…he output of flatten operator.

- Move findItemOrFlatten as a static method in DrillRelOptUtil.
- Exclude filter conditions if they contain item/flatten operator.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jinfengni/incubator-drill DRILL-5359

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/drill/pull/786.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 #786


commit 73d4859afae0818f2f907fcf33d2ae9430efe728
Author: Jinfeng Ni 
Date:   2017-03-16T21:44:35Z

DRILL-5359: Fix ClassCastException when Drill pushes down filter on the 
output of flatten operator.

- Move findItemOrFlatten as a static method in DrillRelOptUtil.
- Exclude filter conditions if they contain item/flatten operator.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---