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

xingtanzjr pushed a change to branch xingtanzjr/write_instance_parallel
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from b8a351c26a add UT for DistributedPlan Write
     add 4cf195c2b5 Update the deviceId in c rest example (#5504)
     add 62365feb64 [IOTDB-2882] Fixed display of unary expression  (#5485)
     add 6139151e78 Consensus dep (#5507)
     add 51b10a2679 [IOTDB-2910] Fix Count aggregate is not right after delete 
sg bug (#5511)
     add 40585a34d4 [IOTDB-2805] Create data region (#5509)
     add 984f1986d1 [IOTDB-2903] fix last value fetch failure during show 
timesereis (#5508)
     add 8ade542133 Make some modifications according to talking for recent PRs 
of SchemaRegion (#5498)
     new 94f5d0cfbc Merge branch 'master' into 
xingtanzjr/write_instance_parallel
     new 0a08f1e5ae merge master

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:
 confignode/pom.xml                                 |  10 --
 example/rest-client-c-example/main.c               |  14 ++-
 .../db/integration/IoTDBDeleteStorageGroupIT.java  |  23 +++++
 .../iotdb/db/integration/IoTDBMetadataFetchIT.java |  38 +++++++
 .../iotdb/db/integration/IoTDBSelectSchemaIT.java  | 111 +++++++++++++++++++++
 .../iotdb/db/engine/storagegroup/DataRegion.java   |   8 +-
 .../db/metadata/lastCache/LastCacheManager.java    |   8 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   4 +-
 .../query/expression/unary/LogicNotExpression.java |   8 +-
 .../query/expression/unary/NegationExpression.java |   8 +-
 .../thrift/impl/DataNodeManagementServiceImpl.java |  47 +++++++--
 thrift/src/main/thrift/management.thrift           |  14 ---
 12 files changed, 242 insertions(+), 51 deletions(-)
 create mode 100644 
integration/src/test/java/org/apache/iotdb/db/integration/IoTDBSelectSchemaIT.java

Reply via email to