This is an automated email from the ASF dual-hosted git repository.

zhihao pushed a change to branch perf/szh/window_func_optimize
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from fc8e721a239 mvn spotless::apply -P with-integration-tests
     add 16b5ef92471 Add UT prototype.

No new revisions were added by this update.

Summary of changes:
 .../distribute/TableDistributedPlanGenerator.java  |  16 ++
 .../planner/WindowFunctionOptimizationTest.java    | 270 +++++++++++++++++++++
 .../planner/assertions/PlanMatchPattern.java       |  37 +++
 .../planner/assertions/WindowFunctionMatcher.java  |  60 +++++
 4 files changed, 383 insertions(+)
 create mode 100644 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/relational/planner/WindowFunctionOptimizationTest.java
 create mode 100644 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/relational/planner/assertions/WindowFunctionMatcher.java

Reply via email to