jerqi commented on code in PR #6469: URL: https://github.com/apache/gravitino/pull/6469#discussion_r1972751067
########## integration-test-common/src/test/java/org/apache/gravitino/integration/test/util/BaseIT.java: ########## @@ -381,6 +381,7 @@ protected String readGitCommitIdFromGitFile() { String gravitinoHome = System.getenv("GRAVITINO_HOME"); String gitFolder = gravitinoHome + File.separator + ".git" + File.separator; String headFileContent = FileUtils.readFileToString(new File(gitFolder + "HEAD"), "UTF-8"); + LOG.error("\n\n\noooooooooooooooooooooooooooooooooooooooooooooooooooooo" + headFileContent); Review Comment: Could remove this line? -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org