ashishkumar50 commented on code in PR #8254:
URL: https://github.com/apache/ozone/pull/8254#discussion_r2038754702
##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/containerlog/parser/ContainerDatanodeDatabase.java:
##########
@@ -179,9 +170,9 @@ public void insertLatestContainerLogData() throws
SQLException {
PreparedStatement selectStmt = connection.prepareStatement(selectSQL);
ResultSet resultSet = selectStmt.executeQuery();
PreparedStatement insertStmt =
connection.prepareStatement(insertSQL)) {
-
+
Review Comment:
Remove unwanted change and also at L175
--
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]