diqiu50 commented on code in PR #4213:
URL: https://github.com/apache/gravitino/pull/4213#discussion_r1687553905


##########
integration-test/src/test/java/org/apache/gravitino/integration/test/trino/TrinoQueryRunner.java:
##########
@@ -61,7 +61,7 @@ private QueryRunner createQueryRunner() throws Exception {
             .timeZone(ZoneId.systemDefault())
             .clientRequestTimeout(new Duration(30, TimeUnit.SECONDS))
             .build();
-    return new QueryRunner(trinoUri, session, false, 
HttpLoggingInterceptor.Level.NONE);
+    return new QueryRunner(trinoUri, session, true, 
HttpLoggingInterceptor.Level.NONE);

Review Comment:
   Enable debug of QueryRunner



-- 
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