You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/05/11 01:18:27 UTC

[GitHub] [iotdb] SteveYurongSu commented on a diff in pull request #5857: [IOTDB-3143] Potential bug fix for library-udf

SteveYurongSu commented on code in PR #5857:
URL: https://github.com/apache/iotdb/pull/5857#discussion_r869791049


##########
library-udf/src/main/java/org/apache/iotdb/library/drepair/util/TimestampRepair.java:
##########
@@ -121,7 +121,7 @@ public void dpRepair() {
       if (steps[i][j] == 0) {
         repaired[i - 1] = ps;
         repairedValue[i - 1] = original[j - 1];
-        System.out.println(time[j - 1] + "," + ps + "," + original[j - 1]);
+        // System.out.println(time[j - 1] + "," + ps + "," + original[j - 1]);

Review Comment:
   Use LOGGER.debug instead



-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org