pan3793 commented on code in PR #4435:
URL: https://github.com/apache/kyuubi/pull/4435#discussion_r1121710534
##########
kyuubi-hive-jdbc/src/main/java/org/apache/kyuubi/jdbc/hive/KyuubiStatement.java:
##########
@@ -212,7 +212,7 @@ private boolean executeWithConfOverlay(String sql,
Map<String, String> confOverl
String resultFormat =
properties.getOrDefault("__kyuubi_operation_result_format__",
DEFAULT_RESULT_FORMAT);
- LOG.info("kyuubi.operation.result.format: " + resultFormat);
+ LOG.debug("kyuubi.operation.result.format: " + resultFormat);
Review Comment:
```suggestion
LOG.debug("kyuubi.operation.result.format: {}", resultFormat);
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]