Skip to content

Commit d446495

Browse files
committed
Added comment [skip ci]
1 parent 6064f02 commit d446495

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/loading/src/main/java/com/example/Example.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public static void main(String[] args) throws SQLException {
5959
embedding.toBytes(buffer, 6);
6060
copyIn.writeToCopy(buffer, 0, 6 + embedding.lengthInBytes());
6161

62+
// show progress
6263
if (i % 10000 == 0) {
6364
System.out.print(".");
6465
}

0 commit comments

Comments
 (0)