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

Wei-hao-Li pushed a change to branch lwh/topK
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from b0bf9b38ed0 finish
     add 8a671079865 ADD externalTsFile & TreeView test

No new revisions were added by this update.

Summary of changes:
 .../recent/IoTDBTopKRuntimeFilterScanPathIT.java   | 228 +++++++++++++++++++++
 .../relational/AbstractTableScanOperator.java      |   3 +-
 .../ExternalTsFileTableScanOperator.java           |   4 +
 .../planner/DataNodeTableOperatorGenerator.java    |  22 +-
 ...alTsFileTableScanOperatorRuntimeFilterTest.java | 118 +++++++++++
 .../TopKRuntimeFilterOptimizerTest.java            |  73 +++++++
 .../TopKRuntimeFilterTreeViewPlanTest.java         | 120 +++++++++++
 7 files changed, 552 insertions(+), 16 deletions(-)
 create mode 100644 
integration-test/src/test/java/org/apache/iotdb/relational/it/query/recent/IoTDBTopKRuntimeFilterScanPathIT.java
 create mode 100644 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/ExternalTsFileTableScanOperatorRuntimeFilterTest.java
 create mode 100644 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/relational/planner/optimizations/TopKRuntimeFilterTreeViewPlanTest.java

Reply via email to