ygerzhedovich commented on code in PR #7319:
URL: https://github.com/apache/ignite-3/pull/7319#discussion_r2650850923
##########
modules/binary-tuple/src/main/java/org/apache/ignite/internal/binarytuple/BinaryTupleReader.java:
##########
@@ -99,6 +102,10 @@ public boolean hasNullValue(int index) {
public boolean booleanValue(int index) {
seek(index);
+ if (begin == end) {
Review Comment:
Why not to introduce a new single method for the check?
--
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]