mapleFU commented on code in PR #46730:
URL: https://github.com/apache/arrow/pull/46730#discussion_r2133473408


##########
cpp/src/arrow/array/builder_binary.h:
##########
@@ -645,6 +657,28 @@ class ARROW_EXPORT BinaryViewBuilder : public ArrayBuilder 
{
     UnsafeAppend(value.data(), static_cast<int64_t>(value.size()));
   }
 
+  Result<std::pair<int32_t, int32_t>> AppendBlock(const uint8_t* value,

Review Comment:
   The syntax is a bit weird here? Append a BinaryView and then append the 
sub-slice of the view?



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