jhorstmann commented on issue #7909:
URL: https://github.com/apache/arrow-rs/issues/7909#issuecomment-3083696454

   What I had in mind on the thrift side would look like this:
   
   ```rust
   pub enum ColumnOrder {
       TYPE_ORDER(TypeDefinedOrder),
       __UNKNOWN__ { field_id: i16 },
   }
   ```
   
   Multiple fields being set in a thrift union would still be a protocol-level 
error, so modeling this as a rust enum should work fine.


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to