You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IoTDBJDBC/src/main/java/com/oracle/demo/timg/iot/iotdbjdbc/dataread/filereader/NormalizedDataFileInput.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -84,11 +84,11 @@ public class NormalizedDataFileInput implements IoTDBClient, Runnable {
84
84
@ToString.Include
85
85
privatefinalStringsourceFilename;
86
86
@ToString.Include
87
-
privateDurationreplayStartOffset;
87
+
privatefinalDurationreplayStartOffset;
88
88
@ToString.Include
89
-
privateDurationreplayDuration;
89
+
privatefinalDurationreplayDuration;
90
90
@ToString.Include
91
-
privateZonedDateTimereplayEndTimeObserved;
91
+
privatefinalZonedDateTimereplayEndTimeObserved;
92
92
@ToString.Include
93
93
privatefinalFileDataInputModemode;
94
94
@ToString.Include
@@ -194,7 +194,7 @@ public void configureDBClient(String filteringRule) throws DateTimeParseExceptio
194
194
// then we've fallen off the end of the input stream, so need to error
195
195
ZonedDateTimereadZDT = startZDT;
196
196
while ((readZDT != null) && (readZDT.isBefore(startOffsetZDT))) {
197
-
log.info("Discarding entry " + nextDataToSend + " as it's before the start point");
197
+
log.finer("Discarding entry " + nextDataToSend + " as it's before the start point");
0 commit comments