You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2021/05/25 09:06:15 UTC

[iotdb] branch iotdb-1022-v2 updated (e3f825d -> fc88bf3)

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

rong pushed a change to branch iotdb-1022-v2
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from e3f825d  add comments
     add fc88bf3  resolve conversation

No new revisions were added by this update.

Summary of changes:
 .../cluster/query/ClusterConcatPathOptimizer.java  | 37 ----------------------
 .../apache/iotdb/cluster/query/ClusterPlanner.java |  6 ----
 .../main/java/org/apache/iotdb/db/qp/Planner.java  |  6 +---
 .../qp/strategy/optimizer/ConcatPathOptimizer.java | 29 ++++++-----------
 .../apache/iotdb/db/qp/utils/WildcardsRemover.java | 17 +++-------
 5 files changed, 15 insertions(+), 80 deletions(-)
 delete mode 100644 cluster/src/main/java/org/apache/iotdb/cluster/query/ClusterConcatPathOptimizer.java