ascherbakoff commented on code in PR #5209: URL: https://github.com/apache/ignite-3/pull/5209#discussion_r1984547524
########## modules/runner/src/integrationTest/java/org/apache/ignite/internal/table/ItTableScanTest.java: ########## @@ -578,10 +585,12 @@ public void testTwiceScanInTransaction() throws Exception { public void testScanWithUpperBound() throws Exception { KeyValueView<Tuple, Tuple> kvView = table.keyValueView(); - BinaryTuplePrefix lowBound = BinaryTuplePrefix.fromBinaryTuple(new BinaryTuple(1, - new BinaryTupleBuilder(1).appendInt(5).build())); - BinaryTuplePrefix upperBound = BinaryTuplePrefix.fromBinaryTuple(new BinaryTuple(1, - new BinaryTupleBuilder(1).appendInt(9).build())); + BinaryTuplePrefix lowBound = BinaryTuplePrefix.fromBinaryTuple( Review Comment: I mean - old formatting is good. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org