sk0x50 commented on code in PR #2720:
URL: https://github.com/apache/ignite-3/pull/2720#discussion_r1404310417
##########
modules/table/src/main/java/org/apache/ignite/internal/table/RecordBinaryViewImpl.java:
##########
@@ -430,7 +431,18 @@ public CompletableFuture<Void> streamData(Publisher<Tuple>
publisher, @Nullable
var partitioner = new
TupleStreamerPartitionAwarenessProvider(rowConverter.registry(),
tbl.partitions());
StreamerBatchSender<Tuple, Integer> batchSender = (partitionId, items)
-> withSchemaSync(null, (schemaVersion) -> {
- return this.tbl.upsertAll(mapToBinary(items, schemaVersion,
false), partitionId);
+ System.out.println("BEGIN " + partitionId);
Review Comment:
Please remove the debug output.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]