Skip to content

Update thrift to 0.23.0#17945

Merged
JackieTien97 merged 9 commits into
masterfrom
codex/update-thrift-0.23.0
Jun 22, 2026
Merged

Update thrift to 0.23.0#17945
JackieTien97 merged 9 commits into
masterfrom
codex/update-thrift-0.23.0

Address thrift upgrade review comments

1eba3b7
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / SonarCloud Code Analysis succeeded Jun 22, 2026 in 2m 30s

Annotations

Check warning on line 32 in iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/service/NoopServerContext.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

A Singleton implementation was detected. Make sure the use of the Singleton pattern is required and the implementation is the right one for the context.

See more on https://sonarcloud.io/project/issues?id=apache_iotdb&issues=AZ7TZW76z18Z6mKbTTox&open=AZ7TZW76z18Z6mKbTTox&pullRequest=17945

Check warning on line 77 in iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/thrift/handler/BaseServerContextHandler.java

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Replace this instanceof check and cast with 'instanceof JudgableServerContext judgableservercontext'

See more on https://sonarcloud.io/project/issues?id=apache_iotdb&issues=AZ7TZXAjz18Z6mKbTToy&open=AZ7TZXAjz18Z6mKbTToy&pullRequest=17945