shollyman edited a comment on pull request #10603:
URL: https://github.com/apache/arrow/pull/10603#issuecomment-868867445


   The issue seems to be the change of expectations.  The internal/arrdata 
writes schema messages, but validation also passes in an external schema (which 
is being used for extra validation).  Consuming the first Message from the 
MessageReader in the short-circuit change unbreaks the tests, but is clearly 
the wrong behavior.
   
   What's the right thing to do here?  Change arrdata to write a with schema 
and without schema, and test using both embedded and external schema?  Should 
NewReader somehow peek into the stream and disregard an initial schema message 
if an external schema was passed?


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