This is an automated email from the ASF dual-hosted git repository.
JackieTien97 pushed a change to branch ty/chinese
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 65dc8c890eb change more
add bb40a82f8e5 fix ut
add 4261fa76022 fix some
No new revisions were added by this update.
Summary of changes:
.../matcher/IrRowPatternToProgramRewriter.java | 3 +-
.../calc/plan/planner/CommonOperatorUtils.java | 3 +-
.../db/pipe/agent/task/PipeDataNodeTaskAgent.java | 5 +-
.../impl/DataNodeInternalRPCServiceImpl.java | 4 +-
.../relational/analyzer/StatementAnalyzer.java | 4 +-
.../fetcher/TableHeaderSchemaValidator.java | 5 +-
.../apache/iotdb/commons/i18n/PipeMessages.java | 28 ---
.../apache/iotdb/commons/i18n/QueryMessages.java | 21 --
.../apache/iotdb/commons/i18n/PipeMessages.java | 26 ---
.../apache/iotdb/commons/i18n/QueryMessages.java | 21 --
.../runtime/AbstractPipePeriodicalJobExecutor.java | 2 +-
.../commons/pipe/agent/task/PipeTaskAgent.java | 179 +++++-----------
.../task/progress/PipeEventCommitManager.java | 4 +-
.../task/subtask/PipeAbstractSinkSubtask.java | 45 ++---
.../agent/task/subtask/PipeReportableSubtask.java | 21 +-
.../commons/pipe/receiver/IoTDBFileReceiver.java | 224 ++++++++-------------
.../pipe/receiver/PipeReceiverFilePathUtils.java | 5 +-
.../pipe/receiver/PipeReceiverStatusHandler.java | 21 +-
.../resource/ref/PipePhantomReferenceManager.java | 2 +-
.../pipe/sink/client/IoTDBSyncClientManager.java | 4 +-
.../thrift/common/PipeTransferSliceReqHandler.java | 2 +-
.../pipe/sink/protocol/IoTDBAirGapSink.java | 19 +-
.../commons/pipe/sink/protocol/IoTDBSink.java | 4 +-
.../aggregation/grouped/hash/FlatHash.java | 2 +-
.../function/tvf/ClassifyTableFunction.java | 25 ++-
.../function/tvf/ForecastTableFunction.java | 40 ++--
.../function/tvf/TableFunctionUtils.java | 10 +-
.../function/tvf/match/QetchAlgorithm.java | 8 +-
.../plan/relational/metadata/TableSchema.java | 8 +-
.../relational/planner/node/TableFunctionNode.java | 4 +-
.../rowpattern/IrPatternAlternationOptimizer.java | 4 +-
.../planner/rowpattern/IrRowPatternFlattener.java | 4 +-
.../queryengine/plan/udf/TableUDFUtils.java | 3 +-
.../queryengine/plan/udf/UDFManagementService.java | 25 +--
.../commons/queryengine/plan/udf/UDTFForecast.java | 28 ++-
.../commons/queryengine/utils/DateTimeUtils.java | 14 +-
.../queryengine/utils/TimestampPrecisionUtils.java | 17 +-
.../subscription/config/SubscriptionConfig.java | 44 ++--
38 files changed, 297 insertions(+), 591 deletions(-)