PakhomovAlexander commented on code in PR #5209:
URL: https://github.com/apache/ignite-3/pull/5209#discussion_r1983117486
##########
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:
why do you call it "broken"? this formatting does not brake any
checkstyle/formatting rules in the project.
The code was hard-to-read during the debug, so I made it more accurate.
--
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]