Skip to content

[To dev/1.3] Fixed the default string charset in CI#17355

Closed
Caideyipi wants to merge 7 commits intodev/1.3from
utf-8-13
Closed

[To dev/1.3] Fixed the default string charset in CI#17355
Caideyipi wants to merge 7 commits intodev/1.3from
utf-8-13

Conversation

@Caideyipi
Copy link
Collaborator

Description

As the title said.


This PR has:

  • been self-reviewed.
    • concurrent read
    • concurrent write
    • concurrent read and write
  • added documentation for new or modified features or behaviors.
  • added Javadocs for most classes and all non-trivial methods.
  • added or updated version, license, or notice information
  • added comments explaining the "why" and the intent of the code wherever would not be obvious
    for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold
    for code coverage.
  • added integration tests.
  • been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

Wei-hao-Li and others added 7 commits March 24, 2026 15:43
Signed-off-by: Weihao Li <18110526956@163.com>
* Cherry-pick #17306 to dev/1.3

* Fix CLI dependency analysis for backport
…rt IT (#17339)

* try

* '

* no-bomb

* side-effect

* Revert "side-effect"

This reverts commit cd104ea.

* under-flow

* fix

* Fix rest partial insert serde error

* fix testSpecialPartialInsert

* add IT

* fix IT

* ignore flaky test

---------

Co-authored-by: HTHou <haonan@apache.org>
Signed-off-by: Weihao Li <18110526956@163.com>

# Conflicts:
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/audit/AuditLogger.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/receiver/protocol/legacy/IoTDBLegacyPipeReceiverAgent.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/receiver/protocol/legacy/loader/DeletionLoader.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/receiver/protocol/legacy/loader/TsFileLoader.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/writeback/WriteBackSink.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/session/SessionManager.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/common/MPPQueryContext.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/common/SessionInfo.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/fragment/FragmentInstanceContext.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/ShowQueriesOperator.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/plan/node/source/ShowQueriesNode.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/service/metrics/IoTDBInternalLocalReporter.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/load/active/ActiveLoadTsFileLoader.java
@sonarqubecloud
Copy link

@Caideyipi Caideyipi closed this Mar 25, 2026
@codecov
Copy link

codecov bot commented Mar 25, 2026

Codecov Report

❌ Patch coverage is 25.64103% with 29 lines in your changes missing coverage. Please review.
✅ Project coverage is 41.36%. Comparing base (0f12dc5) to head (61d9333).
⚠️ Report is 4 commits behind head on dev/1.3.

Files with missing lines Patch % Lines
...ache/iotdb/db/protocol/session/SessionManager.java 0.00% 5 Missing ⚠️
...b/queryengine/plan/planner/LogicalPlanVisitor.java 0.00% 4 Missing ⚠️
...e/iotdb/db/queryengine/common/MPPQueryContext.java 0.00% 3 Missing ⚠️
...pache/iotdb/db/queryengine/common/SessionInfo.java 62.50% 3 Missing ⚠️
...plan/planner/plan/node/source/ShowQueriesNode.java 0.00% 3 Missing ⚠️
.../db/queryengine/plan/execution/QueryExecution.java 0.00% 2 Missing ⚠️
...yengine/plan/execution/config/ConfigExecution.java 0.00% 2 Missing ⚠️
...in/java/org/apache/iotdb/db/audit/AuditLogger.java 0.00% 1 Missing ⚠️
.../protocol/legacy/IoTDBLegacyPipeReceiverAgent.java 0.00% 1 Missing ⚠️
...eceiver/protocol/legacy/loader/DeletionLoader.java 0.00% 1 Missing ⚠️
... and 4 more
Additional details and impacted files
@@              Coverage Diff              @@
##             dev/1.3   #17355      +/-   ##
=============================================
- Coverage      41.36%   41.36%   -0.01%     
- Complexity       198      227      +29     
=============================================
  Files           3594     3594              
  Lines         236612   236637      +25     
  Branches       28639    28641       +2     
=============================================
+ Hits           97882    97892      +10     
- Misses        138730   138745      +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants