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
Issue 4paradigm#1327 attempt fix.
Made integer variable within while loop that reads lines. After loop finishes, uses System.out.println to output the number.
OpenMLDB/java/openmldb-import/src/main/java/com/_4paradigm/openmldb/importer/Importer.java
Lines 210 to 221 in 1aecdbc
We don't know how may rows we read. So count it and print a log.
You can use this logger
OpenMLDB/java/openmldb-import/src/main/java/com/_4paradigm/openmldb/importer/Importer.java
Line 55 in 1aecdbc
or
System.out.println
or any better ways for printing.The text was updated successfully, but these errors were encountered: