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

jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 863845c  Merge branch 'cluster_premerge' into cluster_new
     add edea3a4  update doc to insertTablet
     add 8b830b9  [IoTDB-531]fix issue when grafana visualize boolean data. 
(#1224)
     add 19b7f59  add clear cache command (#1223)
     add a1016b3  Merge branch 'master' into cluster_new

No new revisions were added by this update.

Summary of changes:
 distribution/pom.xml                               |   6 +
 distribution/src/assembly/distribution.xml         |  12 ++
 .../4-StorageEngine/6-DataManipulation.md          |   4 +-
 docs/UserGuide/4-Client/3-Programming - JDBC.md    |   2 +-
 .../1-DDL Data Definition Language.md              |   5 +
 .../4-StorageEngine/6-DataManipulation.md          |   4 +-
 .../1-DDL Data Definition Language.md              |   7 +
 .../iotdb/web/grafana/dao/impl/BasicDaoImpl.java   |   8 +-
 jdbc/README.md                                     |   2 +-
 .../org/apache/iotdb/db/qp/strategy/SqlBase.g4     |   9 ++
 .../apache/iotdb/db/engine/cache/ChunkCache.java   |   6 +
 .../iotdb/db/engine/cache/ChunkMetadataCache.java  |   6 +
 .../iotdb/db/engine/cache/LRULinkedHashMap.java    |   6 +
 .../db/engine/cache/TimeSeriesMetadataCache.java   |   6 +
 .../main/java/org/apache/iotdb/db/qp/Planner.java  |   1 +
 .../apache/iotdb/db/qp/constant/SQLConstant.java   |   2 +
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  17 +-
 .../org/apache/iotdb/db/qp/logical/Operator.java   |   2 +-
 ...{MergeOperator.java => ClearCacheOperator.java} |  14 +-
 .../iotdb/db/qp/logical/sys/MergeOperator.java     |   8 +-
 .../sys/{MergePlan.java => ClearCachePlan.java}    |  10 +-
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |   6 +
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |   3 +
 .../iotdb/db/integration/IoTDBClearCacheIT.java    | 174 +++++++++++++++++++++
 24 files changed, 286 insertions(+), 34 deletions(-)
 copy 
server/src/main/java/org/apache/iotdb/db/qp/logical/sys/{MergeOperator.java => 
ClearCacheOperator.java} (86%)
 copy server/src/main/java/org/apache/iotdb/db/qp/physical/sys/{MergePlan.java 
=> ClearCachePlan.java} (85%)
 create mode 100644 
server/src/test/java/org/apache/iotdb/db/integration/IoTDBClearCacheIT.java

Reply via email to