etseidl commented on PR #8072:
URL: https://github.com/apache/arrow-rs/pull/8072#issuecomment-3161872304
@jhorstmann if you could take a look at what I've done and provide any ideas
for improvements, esp to the macros, I'd appreciate it. Right now I'm having
trouble with thrift unions that mix empty structs with stateful structs. I'd
like the resulting rust enums to use unit variants for the empty structs just
to cut down on code ugliness. I have a macro `thrift_union_all_empty` that does
what I want for enums with all unit variants.
@alamb, the next step after this is to get a complete decode of (most of)
`FileMetaData` working so we can start doing some benchmarking.
--
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]