Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
After removing an unnecessary merge sort for aggregate queries in this[1] commit, a sort started appearing in one of the explain plans for SortMergeJoinIT. This sort is not required, so we need to figure out why it is part of the explain plan now.
[1]https://github.com/apache/phoenix/commit/15766625ab9a132f8d8ac625b026a5c56e62e879,