ascherbakoff commented on code in PR #5209: URL: https://github.com/apache/ignite-3/pull/5209#discussion_r1983161265
########## 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: You should avoid unrelated changes in the PR. If you want to reformat something, do it in the separate ticket. Formatting is good enough here for me. -- 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