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

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


    from 19245688456 Fix UT error
     add 46d0b6e3b09 fix WAL UT
     add fe0905a49f4 [IOTDB-6312] Throw correct error msg while using wrong 
password
     add 84ea460fe5e Fix flush command failed when dataregion using ratis 
consensus (#12194)
     add 5d931cded42 Add more query metrics for estimated memory and max 
overlapped page
     add 720f64eccb4 Change default threshold of slow query from 30s to 10s
     add 1ca73226e7d Fix NPE in SessionConnection while first node in nodeurls 
is unavailable
     add b930cfee3b4 Pipe: fix meta sync unable to handle timeseries already 
existed exception caused by CreateMultiTimeSeriesStatement & add 
throwing-exception-processor for auto recovery show cases (#12198)
     add 4cc6e7f3971 Append time column at the end of input columns in mappable 
UDTF
     add 0ef27f303a3 [IOTDB-6313] Fix uncorrect implementation in FILL(LINEAR)
     add b1a3e8e6b25 Merge branch 'master' of github.com:apache/iotdb into 
remove_isClusterMode
     add 442a6575875 fix dir

No new revisions were added by this update.

Summary of changes:
 .../IoTDBOrderByLimitOffsetAlignByDeviceIT.java    |  2 +-
 .../iotdb/db/it/query/IoTDBNullValueFillIT.java    | 12 +--
 .../org/apache/iotdb/udf/api/utils/RowImpl.java    |  3 +-
 .../java/org/apache/iotdb/session/Session.java     | 30 ++++---
 .../apache/iotdb/session/SessionConnection.java    | 17 +++-
 .../src/main/codegen/templates/linearFill.ftl      | 25 +++---
 .../PipeDataRegionProcessorConstructor.java        |  4 +
 .../receiver/PipeStatementTSStatusVisitor.java     | 13 ++-
 .../fragment/FragmentInstanceContext.java          |  3 +
 .../execution/fragment/QueryStatistics.java        |  2 +
 .../operator/process/fill/linear/LinearFill.java   | 49 +++++++++--
 .../execution/operator/source/SeriesScanUtil.java  | 12 +++
 .../metric/QueryRelatedResourceMetricSet.java      | 14 +++
 .../metric/SeriesScanCostMetricSet.java            | 22 +++++
 .../visitor/ColumnTransformerVisitor.java          | 20 ++++-
 .../plan/planner/LocalExecutionPlanner.java        |  5 +-
 .../schemaregion/impl/SchemaRegionMemoryImpl.java  |  4 +-
 .../schemaregion/impl/SchemaRegionPBTreeImpl.java  |  4 +-
 .../java/org/apache/iotdb/db/service/DataNode.java |  2 +-
 .../db/storageengine/dataregion/DataRegion.java    |  2 +-
 .../dataregion/memtable/PlainDeviceID.java         | 11 +++
 .../read/reader/chunk/MemChunkReader.java          |  6 ++
 .../dataregion/read/reader/common/Element.java     | 10 ++-
 .../read/reader/common/PriorityMergeReader.java    | 27 ++++--
 .../storageengine/dataregion/wal/WALManager.java   |  3 +
 .../event/TsFileInsertionDataContainerTest.java    |  2 +-
 .../execution/operator/LinearFillOperatorTest.java | 88 +++++++++----------
 .../builder/EvaluationDAGBuilderTest.java          |  2 +
 .../read/reader/common/FakedSeriesReader.java      |  6 ++
 .../wal/allocation/ElasticStrategyTest.java        | 12 +++
 .../wal/allocation/FirstCreateStrategyTest.java    | 12 +++
 .../wal/allocation/RoundRobinStrategyTest.java     | 12 +++
 .../dataregion/wal/node/WALNodeTest.java           | 19 ++++-
 .../wal/node/WalDeleteOutdatedNewTest.java         | 12 ++-
 .../org/apache/iotdb/db/tools/MLogParserTest.java  |  8 ++
 .../iotdb/db/tools/TsFileSelfCheckToolTest.java    |  2 +-
 .../iotdb/db/tools/TsFileSketchToolTest.java       |  2 +-
 .../resources/conf/iotdb-common.properties         |  2 +-
 .../pipe/plugin/builtin/BuiltinPipePlugin.java     |  3 +
 .../throwing/ThrowingExceptionProcessor.java       | 99 ++++++++++++++++++++++
 .../iotdb/commons/service/metric/enums/Metric.java |  1 +
 .../commons/udf/builtin/String/UDTFConcat.java     |  6 +-
 .../iotdb/commons/udf/builtin/UDTFConst.java       | 24 +++---
 .../iotdb/commons/udf/builtin/UDTFConstE.java      |  8 +-
 .../iotdb/commons/udf/builtin/UDTFConstPi.java     |  8 +-
 .../apache/iotdb/tsfile/read/common/BatchData.java |  6 ++
 .../iotdb/tsfile/read/common/block/TsBlock.java    | 10 +++
 .../tsfile/read/common/block/TsBlockUtil.java      |  6 +-
 .../read/common/block/column/TimeColumn.java       |  9 +-
 .../iotdb/tsfile/read/reader/IPointReader.java     |  2 +
 .../page/LazyLoadAlignedPagePointReader.java       | 14 ++-
 .../org/apache/iotdb/tsfile/utils/TsFileUtils.java |  5 ++
 52 files changed, 531 insertions(+), 151 deletions(-)
 create mode 100644 
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/plugin/builtin/processor/throwing/ThrowingExceptionProcessor.java

Reply via email to