alamb commented on issue #4234:
URL: https://github.com/apache/arrow-rs/issues/4234#issuecomment-1554295418

   Maybe there could be a policy set on the encoder that controls the behavior 
here:
   ```rust
   enum SchemaEnforcement {
     /// Error if a subsequent batch has a different schema (default?)
     Error,
     /// Transmit a new schema message if a subsequent batch has a different 
schema
     Adapt,
   }
   ```
   
   
     


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

Reply via email to