Dandandan commented on code in PR #20055:
URL: https://github.com/apache/datafusion/pull/20055#discussion_r2742402035
##########
datafusion/physical-expr-common/src/binary_view_map.rs:
##########
@@ -291,8 +291,8 @@ where
// Extract length from the view (first 4 bytes of u128 in
little-endian)
let len = view_u128 as u32;
-
// Check if value already exists
+ let mut value: Option<&[u8]> = None;
Review Comment:
This seems not right?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]