wjones127 commented on issue #4472: URL: https://github.com/apache/arrow-rs/issues/4472#issuecomment-1780298531
@tustvold do you think `RecordBatch` is something that end-users should be seeing? Or do you imagine this should be a hidden implementation detail in all cases? If it's the latter, I think I can understand the position to keep extension type separate. But if it's the former, it's hard to see how we can provide a decent UX without bringing the extension type into the array itself. For example, if we return a RecordBatches with a UUID, a user might reasonable surprised that the UUID column prints as the raw bytes and not a hyphenated UUID string. -- 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]
