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

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


    from 898ce6842b9 resolve conversation
     add 6771d33da31 [IOTDB-6192] Remove redundant mergeSortOperator in 'ORDER 
BY TIME ALIGN BY DEVICE' (#11320)
     add 879d7020ff3 [IOTDB-6141] Optimize the large time range raw query 
performance
     add 76a5f5d848c Pipe: decouple pipe receiver directory from the system 
directory and add support for multiple folders (#11333)
     add aa091b0882b [IOTDB-6193] Reject Node startup when loading 
configuration file failed (#11331)
     add 01275e6cb27 [IOTDB-6191] Fix group by year
     add 89f37300927 Pipe: fix all tablets become non-aligned when using batch 
mode (#11343)
     add 5da895ab08e Pipe: fix potential NPE risk when reflecting 
`pipeReceiverFileDirs` (#11346)
     add fd1ba791919 Make show version can be used by anyone
     add 82303b66e11 Add batch operators loading in the next method of 
TopKOperator
     add af2c5ee51ff [IOTDB-6171] Implement getRegionReplicaSet method of 
QueryExecutor
     add e28a27c1eda [IOTDB-6195] Fix bug in group by month while using left 
open and right close syntax
     add 2a30dcd2c45 Fix tag value in file metrics (#11344)
     new c8fdbb4560b Merge branch 'master' into remove_list
     new 5d833330084 resolve conversation

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:
 .../iotdb/db/it/auth/IoTDBSystemPermissionIT.java  |   7 +-
 .../db/it/groupby/IoTDBGroupByNaturalMonthIT.java  | 110 ++++++++++-
 .../confignode/conf/ConfigNodeDescriptor.java      |  18 +-
 .../confignode/conf/SystemPropertiesUtils.java     |  14 +-
 iotdb-core/datanode/pom.xml                        |   2 +-
 .../resources/conf/iotdb-datanode.properties       |  13 ++
 .../org/apache/iotdb/db/auth/AuthorityChecker.java |  12 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  24 +--
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  52 ++++--
 .../db/pipe/agent/receiver/PipeReceiverAgent.java  |  14 +-
 .../db/pipe/agent/runtime/PipeRuntimeAgent.java    |   2 +-
 .../request/PipeTransferTabletRawReq.java          |   1 +
 .../receiver/thrift/IoTDBThriftReceiverV1.java     |  39 +++-
 .../execution/operator/AbstractOperator.java       |   3 +
 .../execution/operator/process/TopKOperator.java   | 145 +++++++++------
 .../operator/source/AlignedSeriesScanOperator.java |  12 +-
 .../queryengine/plan/analyze/AnalyzeVisitor.java   |  20 +-
 .../db/queryengine/plan/parser/ASTVisitor.java     |  12 +-
 .../plan/planner/LogicalPlanBuilder.java           |  30 ++-
 .../plan/planner/OperatorTreeGenerator.java        |   2 +-
 .../plan/statement/sys/ShowVersionStatement.java   |   7 +-
 .../db/service/metrics/file/ModsFileMetrics.java   |   9 +-
 .../db/service/metrics/file/TsFileMetrics.java     |   4 +-
 .../org/apache/iotdb/db/utils/DateTimeUtils.java   |  32 +++-
 .../queryengine/plan/plan/PipelineBuilderTest.java |  91 ++++++++++
 .../plan/distribution/AlignedByDeviceTest.java     |  23 +++
 .../iotdb/commons/conf/CommonDescriptor.java       |  16 +-
 .../iotdb/commons/partition/QueryExecutor.java     |   6 +
 .../tsfile/read/common/block/TsBlockBuilder.java   |   2 +-
 .../block/column/Int32ArrayColumnEncoder.java      |  20 +-
 .../read/common/block/column/TsBlockSerde.java     |   7 +-
 .../tsfile/read/reader/page/AlignedPageReader.java | 201 ++++++++++++++-------
 .../tsfile/read/reader/page/ValuePageReader.java   | 131 ++++++++++++++
 .../read/reader/series/PaginationController.java   |   8 +
 34 files changed, 850 insertions(+), 239 deletions(-)

Reply via email to