yuqi1129 commented on code in PR #4203:
URL: https://github.com/apache/gravitino/pull/4203#discussion_r1684218028


##########
integration-test/src/test/java/org/apache/gravitino/integration/test/trino/TrinoQueryIT.java:
##########
@@ -64,7 +64,7 @@ public class TrinoQueryIT extends TrinoQueryITBase {
 
   private static int testParallelism = 2;
 
-  private static Map<String, String> queryParams = new HashMap<>();
+  protected static Map<String, String> queryParams = new HashMap<>();

Review Comment:
   Package access level is more suitable for you.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to