alamb commented on code in PR #4670:
URL: https://github.com/apache/arrow-rs/pull/4670#discussion_r1290130251


##########
arrow-data/src/equal/fixed_binary.rs:
##########
@@ -80,7 +80,7 @@ pub(super) fn fixed_binary_equal(
                 lhs_start + lhs_nulls.offset(),
                 len,
             );
-            let rhs_nulls = lhs.nulls().unwrap();
+            let rhs_nulls = rhs.nulls().unwrap();

Review Comment:
   😮  -- nice find @kawadakk  and @tustvold 



##########
arrow-data/src/equal/fixed_binary.rs:
##########
@@ -80,7 +80,7 @@ pub(super) fn fixed_binary_equal(
                 lhs_start + lhs_nulls.offset(),
                 len,
             );
-            let rhs_nulls = lhs.nulls().unwrap();
+            let rhs_nulls = rhs.nulls().unwrap();

Review Comment:
   😮  -- nice find @kawadakk  and @tustvold 



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