emkornfield edited a comment on pull request #10603:
URL: https://github.com/apache/arrow/pull/10603#issuecomment-868881296
@zeroshade do you have thoughts here? Being able to pass in an external
schema is useful in some contexts.
Would it be workable to have the following logic:
```
message = readMessage()
if (passedInSchema) {
if (message.isSchema) {
validate(message.schema, passedInSchema)
message = readMessage()
}
}
```
Make sense?
--
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]