We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6064f02 commit d446495Copy full SHA for d446495
1 file changed
examples/loading/src/main/java/com/example/Example.java
@@ -59,6 +59,7 @@ public static void main(String[] args) throws SQLException {
59
embedding.toBytes(buffer, 6);
60
copyIn.writeToCopy(buffer, 0, 6 + embedding.lengthInBytes());
61
62
+ // show progress
63
if (i % 10000 == 0) {
64
System.out.print(".");
65
}
0 commit comments