lidavidm commented on pull request #10511: URL: https://github.com/apache/arrow/pull/10511#issuecomment-866268714
Alright, I've pushed half a stab at this - I'm going to pick up ARROW-11932 so I can write a generic serialization for `vector<T>` (where `T` itself is serializable to Scalar). We'll also probably want some way to cut down on the boilerplate for enums - right now I have a set of partially specialized traits to handle enums, which are a little tedious to implement; a macro would probably help there. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
