mapleFU commented on issue #45594:
URL: https://github.com/apache/arrow/issues/45594#issuecomment-2673471286

   
https://github.com/apache/arrow/commit/456b930bec916d1408f7593b54c2a269138df76c#diff-29706ad640ef61447117c385fb58da7b6d5f1b9954d24785f3bd29aab9a8ff4a
   
   The poc code can be seen above, it doesn't consider the multiple-chunks when 
output the data and has bug, but it proves that we can get benefit from it.
   
   I've one problem here: Currently, `BinaryBuilder` doesn't supports api like 
"Put a whole binary and it offsets", if we need support this, we need api like:
   
   ```
   Status AppendValueAndOffsets(std::string_view value, size_t length, const 
int32_t* string_lengths, const uint8_t* validity, const uint8_t 
validity_offset);
   ```
   
   Maybe this api is too hacking? @pitrou do you have some idea


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