This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a change to branch hf-timerxl
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from b0d1d8d53eb Update pyproject.toml
add 3f00fdd6933 Cancel query which contains FI sent to shutdown datanode
by mistake
add cf75b60a75c Pipe: Enable synonym detection for OpcUaConnector &
Refactor remaining ids -> tags (#15573)
add 21e6d3f7bf1 Pipe: add mark-as-general-write-request parameter in pipe
to force forwarding event (#15572)
add 002c11b263b Load: Support "database" substitution for "database-name"
(#15562)
add 12d8c4e944e Perfect error message of ASOF JOIN
add 6b38b5d5415 Optimize sort properties of JoinNode in case of JOIN USING
add a70575f6fdc Correct error messages when encountered
IllegalPathException (#15559)
add b4fb974f7dc Merge branch 'master' into hf-timerxl
add 305044f96b4 runnable
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/it/IoTDBLoadTsFileIT.java | 4 +-
.../iotdb/db/it/IoTDBSetConfigurationIT.java | 12 +-
.../db/it/IoTDBMultiTAGsWithAttributesTableIT.java | 12 +-
.../java/org/apache/iotdb/rpc/TSStatusCode.java | 1 +
.../ainode/core/model/sundial/modeling_sundial.py | 37 +++---
.../iotdb/confignode/persistence/ModelInfo.java | 5 +
.../batch/PipeTransferBatchReqBuilder.java | 7 +-
.../connector/protocol/opcua/OpcUaConnector.java | 6 +-
.../PipeConsensusTransferBatchReqBuilder.java | 7 +-
.../execution/fragment/FragmentInstanceInfo.java | 4 +
.../execution/fragment/FragmentInstanceState.java | 2 +-
.../analyze/cache/partition/PartitionCache.java | 6 +-
.../db/queryengine/plan/parser/ASTVisitor.java | 1 +
.../plan/planner/TableOperatorGenerator.java | 13 ++-
.../plan/relational/planner/RelationPlanner.java | 8 +-
.../distribute/TableDistributedPlanGenerator.java | 95 +++++++++++++---
.../iterative/rule/PruneTableScanColumns.java | 4 +-
.../planner/node/AggregationTableScanNode.java | 14 +--
.../node/AggregationTreeDeviceViewScanNode.java | 6 +-
.../planner/node/DeviceTableScanNode.java | 32 +++---
.../node/TreeAlignedDeviceViewScanNode.java | 6 +-
.../planner/node/TreeDeviceViewScanNode.java | 10 +-
.../node/TreeNonAlignedDeviceViewScanNode.java | 6 +-
.../optimizations/PushPredicateIntoTableScan.java | 2 +-
.../optimizations/UnaliasSymbolReferences.java | 4 +-
.../relational/planner/optimizations/Util.java | 4 +-
.../plan/relational/sql/parser/AstBuilder.java | 12 +-
.../scheduler/FixedRateFragInsStateTracker.java | 65 ++++++++---
.../load/config/LoadTsFileConfigurator.java | 18 ++-
.../apache/iotdb/db/utils/ErrorHandlingUtils.java | 3 +-
...nAlignedTreeDeviceViewScanOperatorTreeTest.java | 6 +-
.../plan/relational/analyzer/AnalyzerTest.java | 10 +-
.../plan/relational/analyzer/JoinTest.java | 124 +++++++++++++++++++++
.../plan/relational/analyzer/SortTest.java | 8 +-
.../plan/relational/analyzer/TestPlanBuilder.java | 4 +-
.../planner/assertions/PlanMatchPattern.java | 4 +
.../config/constant/PipeConnectorConstant.java | 11 +-
.../pipe/connector/protocol/IoTDBConnector.java | 32 +++++-
38 files changed, 461 insertions(+), 144 deletions(-)