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

hui pushed a change to branch lmh/PredicatePushDown
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from ec25fb0293a fix UT
     add 0ca012e59d8 add align by time IT
     add a5d36a90881 fix projectOperator bug
     add 078a7d8dbdd remove redundant ProjectNode
     add f172347c47c fix "child size of InnerTimeJoinOperator should be larger 
than 1"

No new revisions were added by this update.

Summary of changes:
 ...uery2IT.java => IoTDBPredicatePushDown2IT.java} |   3 +-
 ...uery3IT.java => IoTDBPredicatePushDown3IT.java} |   3 +-
 ...uery2IT.java => IoTDBPredicatePushDown4IT.java} |   5 +-
 .../db/it/aligned/IoTDBPredicatePushDownIT.java    | 416 +++++++++++++++++++++
 .../plan/optimization/PredicatePushDown.java       |   5 +-
 .../plan/planner/OperatorTreeGenerator.java        |   6 +-
 .../plan/planner/distribution/SourceRewriter.java  |  26 +-
 .../plan/planner/plan/node/PlanGraphPrinter.java   |   6 +-
 8 files changed, 449 insertions(+), 21 deletions(-)
 copy 
integration-test/src/test/java/org/apache/iotdb/db/it/aligned/{IoTDBAlignedLastQuery2IT.java
 => IoTDBPredicatePushDown2IT.java} (96%)
 copy 
integration-test/src/test/java/org/apache/iotdb/db/it/aligned/{IoTDBAlignedSeriesQuery3IT.java
 => IoTDBPredicatePushDown3IT.java} (96%)
 copy 
integration-test/src/test/java/org/apache/iotdb/db/it/aligned/{IoTDBAlignedLastQuery2IT.java
 => IoTDBPredicatePushDown4IT.java} (94%)
 create mode 100644 
integration-test/src/test/java/org/apache/iotdb/db/it/aligned/IoTDBPredicatePushDownIT.java

Reply via email to