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

caogaofei pushed a change to branch beyyes/join
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 1dc6e5a19c7 merge master
     add c6579d67d7a Add CI for rc branches
     new 3d5a1cc1270 Merge branch 'master' into beyyes/join
     new f7fd85e0bde add basic join support

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/cluster-it-1c1d.yml              |   2 +
 .github/workflows/cluster-it-1c3d.yml              |   2 +
 .github/workflows/pipe-it-2cluster.yml             |   2 +
 .github/workflows/sonar-codecov.yml                |   2 +
 .github/workflows/unit-test.yml                    |   2 +
 .../plan/planner/plan/node/PlanVisitor.java        |   5 +
 .../planner/iterative/rule/PruneJoinColumns.java   |  37 +++++++
 .../plan/relational/planner/node/JoinNode.java     | 116 ++++++++++++++++++---
 .../plan/relational/planner/node/Patterns.java     |   9 +-
 .../optimizations/LogicalOptimizeFactory.java      |   4 +-
 .../optimizations/PushPredicateIntoTableScan.java  |   8 ++
 11 files changed, 166 insertions(+), 23 deletions(-)
 create mode 100644 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/iterative/rule/PruneJoinColumns.java

Reply via email to