AMashenkov commented on code in PR #2671:
URL: https://github.com/apache/ignite-3/pull/2671#discussion_r1354554954


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/RowConverter.java:
##########
@@ -72,18 +72,18 @@ public static <RowT> BinaryTuplePrefix toBinaryTuplePrefix(
 
         assert prefixColumnsCount == indexedColumnsCount : "Invalid range 
condition";
 
-        int specifiedCols = 0;
+        int rowColumnsCount = 0;

Review Comment:
   ```suggestion
           int rowColumnsCount = unspecified.nextSetBit(0);
   ```



-- 
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]

Reply via email to