This is an automated email from the ASF dual-hosted git repository.

jmclean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 013a550c62 [#7244] improvement: Remove call to 
System.out.println("test"); (#7263)
013a550c62 is described below

commit 013a550c62273a3ffcc928b8d10788b139abc447
Author: Maxspace1024 <[email protected]>
AuthorDate: Tue May 27 07:40:06 2025 +0800

    [#7244] improvement: Remove call to System.out.println("test"); (#7263)
    
    ### What changes were proposed in this pull request?
    
    Remove call to System.out.println("test");
    
    ### Why are the changes needed?
    
    Fix: #7244
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Ran `./gradlew clean build`
---
 .../apache/gravitino/storage/relational/service/SchemaMetaService.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/src/main/java/org/apache/gravitino/storage/relational/service/SchemaMetaService.java
 
b/core/src/main/java/org/apache/gravitino/storage/relational/service/SchemaMetaService.java
index 7a3620d41c..447f3405c6 100644
--- 
a/core/src/main/java/org/apache/gravitino/storage/relational/service/SchemaMetaService.java
+++ 
b/core/src/main/java/org/apache/gravitino/storage/relational/service/SchemaMetaService.java
@@ -81,7 +81,6 @@ public class SchemaMetaService {
 
   public SchemaIds getSchemaIdByMetalakeNameAndCatalogNameAndSchemaName(
       String metalakeName, String catalogName, String schemaName) {
-    System.out.println("test");
     return SessionUtils.getWithoutCommit(
         SchemaMetaMapper.class,
         mapper ->

Reply via email to