Issue Number: 700999a
| Issue | Incorrect results occur when using the Cube clause with an ORDER BY. |
| Cause | The internal index is corrupted when the Projection node merges into the Group By Hash for Cube, causing incorrect results. |
| Solutions | Modified so that Projection does not merge into the Group By Hash for Cube. |