[
https://issues.apache.org/jira/browse/DRILL-4331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15134588#comment-15134588
]
ASF GitHub Bot commented on DRILL-4331:
---------------------------------------
Github user jaltekruse commented on the pull request:
https://github.com/apache/drill/pull/351#issuecomment-180472482
+1
> TestFlattenPlanning.testFlattenPlanningAvoidUnnecessaryProject fail in Java 8
> -----------------------------------------------------------------------------
>
> Key: DRILL-4331
> URL: https://issues.apache.org/jira/browse/DRILL-4331
> Project: Apache Drill
> Issue Type: Sub-task
> Components: Tools, Build & Test
> Affects Versions: 1.5.0
> Reporter: Deneche A. Hakim
> Fix For: Future
>
>
> This test expects the following Project in the query plan:
> {noformat}
> Project(EXPR$0=[$1], rownum=[$0])
> {noformat}
> In Java 8, for some reason the scan operator exposes the columns in reverse
> order which causes the project to be different than the one expected:
> {noformat}
> Project(EXPR$0=[$0], rownum=[$1])
> {noformat}
> The plan is still correct, so the test must be fixed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)