Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.0
-
None
Description
This test expects the following Project in the query plan:
Project(EXPR$0=[$1], rownum=[$0])
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:
Project(EXPR$0=[$0], rownum=[$1])
The plan is still correct, so the test must be fixed