This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 498197b31e4 Add mqtt IT for json mode. (#17090)
add 5f641b262c3 Fix timeseries alias display in last for TreeModel (#17109)
No new revisions were added by this update.
Summary of changes:
.../db/it/aligned/IoTDBAlignedLastQueryIT.java | 10 +-
...stCache2IT.java => IoTDBLastQueryAlias2IT.java} | 2 +-
.../iotdb/db/it/last/IoTDBLastQueryAliasIT.java | 164 +++++++++++++++++++++
.../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 +++++++++----
.../plan/planner/distribution/LastQueryTest.java | 3 +
.../logical/DataQueryLogicalPlannerTest.java | 11 +-
.../planner/node/source/SourceNodeSerdeTest.java | 2 +
15 files changed, 351 insertions(+), 68 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