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/04/12 09:44:11 UTC

[GitHub] [arrow] pitrou commented on pull request #12812: ARROW-16131 [C++] support saving and retrieving custom metadata in batches for IPC file

pitrou commented on PR #12812:
URL: https://github.com/apache/arrow/pull/12812#issuecomment-1096461837

   Hmm, I don't think this is the right way to do this. The IPC message's `custom_metadata` is independent from record batch (i.e. schema) metadata, one should not influence the other.
   
   (also, you could have a `custom_metadata` for other message types such as Tensor)
   
   cc @wesm for opinions.


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