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

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


    from 7bc6e412512 Fix getDataTypes
     add c65b8264156 Pipe: strict check for synonym pipe parameters to avoid 
ambiguity (#14694)
     add a11401b494f add repair data for table model (#14705)
     add c3df7d54496 Renaming the IT Methods of the IoTDB REST Service Table 
Model (#14681)
     add 6cb9035e8f6 Pipe IT: Added flush for assertData on targetEnv to avoid 
IoTV2 batch mode lead to large delay (#14707)
     add 42878058f11 [RATISCONSENSUS] Bump ratis version to 3.1.3 (#14709)
     add 6961e2154a7 Fix NPE when concurrent closing mod files (#14708)
     add 8e7605f80db Fix cache invalidation failure and add retry (#14711)
     add 44e9725ab94 Publish build scans to develocity.apache.org (#14701)
     add b663719b77e Merge branch 'master' into allow_write_time_only

No new revisions were added by this update.

Summary of changes:
 .github/workflows/cluster-it-1c1d.yml              |   2 +-
 .github/workflows/cluster-it-1c1d1a.yml            |   2 +-
 .github/workflows/cluster-it-1c3d.yml              |   2 +-
 .github/workflows/compile-check.yml                |   2 +-
 .github/workflows/daily-it.yml                     |   2 +-
 .github/workflows/daily-ut.yml                     |   2 +-
 .github/workflows/dependency-check.yml             |   2 +-
 .github/workflows/pipe-it-2cluster.yml             |   2 +-
 .github/workflows/sonar-codecov.yml                |   2 +-
 .github/workflows/table-cluster-it-1c1d.yml        |   2 +-
 .github/workflows/table-cluster-it-1c3d.yml        |   2 +-
 .github/workflows/unit-test.yml                    |   2 +-
 .github/workflows/vulnerability-check.yml          |   2 +-
 .mvn/develocity.xml                                |   3 +-
 .mvn/extensions.xml                                |   4 +-
 .../org/apache/iotdb/db/it/utils/TestUtils.java    |  76 +++++++++++-
 .../pipe/it/tablemodel/IoTDBPipeProtocolIT.java    |   1 -
 .../it/rest/it/IoTDBRestServiceCaseWhenThenIT.java |   7 +-
 .../it/rest/it/IoTDBRestServiceFlushQueryIT.java   |   6 +-
 .../relational/it/rest/it/IoTDBRestServiceIT.java  |   3 +-
 ...IT.java => IoTDBRestServiceInsertValuesIT.java} |  20 ++--
 .../iotdb/session/it/IoTDBSessionSimpleIT.java     |  23 ++++
 .../parameter/PipeParameterValidator.java          |  42 ++++++-
 .../procedure/env/ConfigNodeProcedureEnv.java      |  19 +--
 .../apache/iotdb/consensus/ratis/RatisClient.java  |   6 +-
 .../apache/iotdb/consensus/ratis/utils/Utils.java  |   1 +
 .../dataregion/IoTDBDataRegionExtractor.java       | 132 ++++++++++-----------
 .../twostage/plugin/TwoStageCountProcessor.java    |  35 +++---
 .../iotdb/db/queryengine/plan/Coordinator.java     |   4 +
 .../execution/config/TableConfigTaskVisitor.java   |  20 ++++
 .../plan/relational/sql/ast/AstVisitor.java        |   8 ++
 ...{SetConfiguration.java => StartRepairData.java} |   6 +-
 .../{SetConfiguration.java => StopRepairData.java} |   6 +-
 .../plan/relational/sql/parser/AstBuilder.java     |  26 +++-
 .../dataregion/memtable/TsFileProcessor.java       |   4 +
 .../dataregion/modification/ModificationFile.java  |  18 ++-
 .../modification/ModificationFileTest.java         |  58 +++++++++
 .../pipe/connector/protocol/IoTDBConnector.java    |   6 +
 .../db/relational/grammar/sql/RelationalSql.g4     |  11 +-
 pom.xml                                            |   4 +-
 40 files changed, 408 insertions(+), 167 deletions(-)
 rename 
integration-test/src/test/java/org/apache/iotdb/relational/it/rest/it/{IoTDBRestServiceInsertAlignedValuesIT.java
 => IoTDBRestServiceInsertValuesIT.java} (96%)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/sql/ast/{SetConfiguration.java
 => StartRepairData.java} (85%)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/sql/ast/{SetConfiguration.java
 => StopRepairData.java} (85%)

Reply via email to