spark git commit: [SPARK-18604][SQL] Make sure CollapseWindow returns the attributes in the same order.

2016-11-28 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.1 886f880df -> d6e027e61 [SPARK-18604][SQL] Make sure CollapseWindow returns the attributes in the same order. ## What changes were proposed in this pull request? The `CollapseWindow` optimizer rule changes the order of output

spark git commit: [SPARK-18604][SQL] Make sure CollapseWindow returns the attributes in the same order.

2016-11-28 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master 87141622e -> 454b80499 [SPARK-18604][SQL] Make sure CollapseWindow returns the attributes in the same order. ## What changes were proposed in this pull request? The `CollapseWindow` optimizer rule changes the order of output attributes.