This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 17c0747e540 Fix sonar issue on PrestoTest (#35658)
17c0747e540 is described below
commit 17c0747e54031620ef735452a1b92897c41f5efc
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Jun 10 09:29:27 2025 +0800
Fix sonar issue on PrestoTest (#35658)
---
.../apache/shardingsphere/test/natived/jdbc/databases/PrestoTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/databases/PrestoTest.java
b/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/databases/PrestoTest.java
index 48ed8a8dc14..e0e100c0612 100644
---
a/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/databases/PrestoTest.java
+++
b/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/databases/PrestoTest.java
@@ -55,7 +55,7 @@ import static org.hamcrest.Matchers.nullValue;
@SuppressWarnings({"resource", "SqlNoDataSourceInspection"})
@EnabledInNativeImage
@Testcontainers
-public class PrestoTest {
+class PrestoTest {
private final String systemPropKeyPrefix =
"fixture.test-native.yaml.database.presto.";