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

justinchen pushed a change to branch try-separate-lock
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from d6fad48b56b fix
     add 498197b31e4 Add mqtt IT for json mode. (#17090)
     add 5f641b262c3 Fix timeseries alias display in last for TreeModel (#17109)
     add 256f2fce84f update chunk metadata after rewrite (#17110)
     add ba95e5fd4c0 Set MQTT address to empty string. (#17111)
     add 61e570b0991 Merge branch 'master' of https://github.com/apache/iotdb 
into try-separate-lock

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/mqtt/MPPPublishHandler.java   |   2 +-
 .../db/it/aligned/IoTDBAlignedLastQueryIT.java     |  10 +-
 ...stCache2IT.java => IoTDBLastQueryAlias2IT.java} |   2 +-
 .../iotdb/db/it/last/IoTDBLastQueryAliasIT.java    | 164 ++++++++++
 .../iotdb/db/it/mqtt/IoTDBMQTTServiceJsonIT.java   | 363 +++++++++++++++++++++
 .../relational/it/mqtt/IoTDBMQTTServiceIT.java     |   1 +
 .../db/protocol/session/MqttClientSession.java     |   6 +-
 .../AlignedUpdateViewPathLastCacheOperator.java    |  25 +-
 .../process/last/UpdateLastCacheOperator.java      |   2 +-
 .../last/UpdateViewPathLastCacheOperator.java      |   2 +-
 .../queryengine/plan/analyze/AnalyzeVisitor.java   |   6 +-
 .../plan/planner/LogicalPlanBuilder.java           |  48 ++-
 .../plan/planner/OperatorTreeGenerator.java        |  27 +-
 .../plan/planner/plan/node/PlanGraphPrinter.java   |   7 +-
 .../plan/node/process/last/LastQueryNode.java      |   6 +-
 .../plan/node/source/LastQueryScanNode.java        | 104 ++++--
 .../schemaregion/utils/ResourceByPathUtils.java    |  19 +-
 .../dataregion/memtable/ReadOnlyMemChunk.java      |   4 +
 .../org/apache/iotdb/db/utils/SchemaUtils.java     |  19 +-
 .../plan/planner/distribution/LastQueryTest.java   |   3 +
 .../logical/DataQueryLogicalPlannerTest.java       |  11 +-
 .../planner/node/source/SourceNodeSerdeTest.java   |   2 +
 pom.xml                                            |   2 +-
 23 files changed, 750 insertions(+), 85 deletions(-)
 copy 
integration-test/src/test/java/org/apache/iotdb/db/it/last/{IoTDBLastQueryLastCache2IT.java
 => IoTDBLastQueryAlias2IT.java} (96%)
 create mode 100644 
integration-test/src/test/java/org/apache/iotdb/db/it/last/IoTDBLastQueryAliasIT.java
 create mode 100644 
integration-test/src/test/java/org/apache/iotdb/db/it/mqtt/IoTDBMQTTServiceJsonIT.java

Reply via email to