This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a change to branch beyyes/fix_order_by_limit
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 1345b76cc6d fix code smell
add 02fb4a798e6 fix code smell
No new revisions were added by this update.
Summary of changes:
.../IoTDBOrderByWithAlignByDeviceIT.java | 11 +-
.../IoTDBOrderByWithLimitAlignByDeviceIT.java | 93 ++++++++++++++
.../plan/planner/LocalExecutionPlanner.java | 5 +-
.../execution/operator/TopKOperatorTest.java | 136 +++++++++++----------
.../db/utils/datastructure/MergeSortHeapTest.java | 6 +-
5 files changed, 179 insertions(+), 72 deletions(-)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/db/it/alignbydevice/IoTDBOrderByWithLimitAlignByDeviceIT.java