You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/09 21:52:03 UTC

[GitHub] [arrow] kou edited a comment on pull request #12382: ARROW-15629: [GLib] Add garrow_string_array_builder_append_string_n()

kou edited a comment on pull request #12382:
URL: https://github.com/apache/arrow/pull/12382#issuecomment-1034225546


   FYI: You can use `garrow_binary_array_builder_append_value()` for this use case because `GArrowStringArrayBuilder` is a subclass of `GArrowBinaryArrayBuilder`:
   
   ```c
   garrow_binary_array_builder_append_value(GARROW_BINARY_ARRAY_BUILDER(builder), value, value_length, &error);
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org