EmilyMatt commented on PR #8930: URL: https://github.com/apache/arrow-rs/pull/8930#issuecomment-3774511038
> > I don't think this is a bug in the async reader. You are using a testing infrastructure build around Arrow schemas which have the reader schema in the metadata, but you did not provide the schema in yours. > > My test provides the Arrow reader schema and the top-level Avro record name in the metadata, which should be sufficient. The problem was in a schema mismatch: in the file, the array elements are not nullable. It is not necessarily sufficient. See https://github.com/apache/arrow-rs/issues/8928 But you should open a bug for this. since a reader schema with nullables and writer schema with non-nullables should be compatible. -- 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]
