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: connect-file-pulse-filesystems/filepulse-commons-fs/src/main/java/io/streamthoughts/kafka/connect/filepulse/fs/reader/text/RowFileInputIteratorBuilder.java
Copy file name to clipboardExpand all lines: connect-file-pulse-filesystems/filepulse-commons-fs/src/main/java/io/streamthoughts/kafka/connect/filepulse/fs/reader/text/RowFileWithFooterInputIterator.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
importorg.slf4j.LoggerFactory;
30
30
31
31
importjava.io.File;
32
+
importjava.net.URI;
32
33
importjava.nio.charset.Charset;
33
34
importjava.util.Collections;
34
35
importjava.util.List;
@@ -61,12 +62,12 @@ public class RowFileWithFooterInputIterator extends RowFileInputIteratorDecorato
Copy file name to clipboardExpand all lines: connect-file-pulse-filesystems/filepulse-commons-fs/src/main/java/io/streamthoughts/kafka/connect/filepulse/fs/reader/text/internal/ReversedInputFileReader.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,7 @@
26
26
importjava.util.List;
27
27
28
28
/**
29
-
* ReversedInputFileReader is attend to be used to read a fixed number of lines from bottom of a file.
30
-
*
29
+
* ReversedInputFileReader is attended to be used to read a fixed number of lines from bottom of a file.
31
30
* This class is not optimized for reading a whole file from bottom to top.
0 commit comments