This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a change to branch beyyes/topk_streamsort
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 7bc238d7a5c Merge branch 'ty/TableModelGrammar' into
beyyes/topk_streamsort
add c97ebd91ecd add more it, fix stream sort problem
add 225daf793d6 fix outputnode
No new revisions were added by this update.
Summary of changes:
.../it/query/old/orderBy/IoTDBStreamSortIT.java | 136 +++++++++++++++++++++
.../distribute/TableDistributedPlanGenerator.java | 28 +++--
.../plan/relational/planner/node/OutputNode.java | 5 +
.../relational/planner/node/StreamSortNode.java | 2 +
.../optimizations/TransformSortToStreamSort.java | 4 +-
5 files changed, 165 insertions(+), 10 deletions(-)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/relational/it/query/old/orderBy/IoTDBStreamSortIT.java