mzabaluev commented on code in PR #9534:
URL: https://github.com/apache/arrow-rs/pull/9534#discussion_r2918053196
##########
arrow-avro/src/reader/async_reader/mod.rs:
##########
@@ -1538,6 +1571,87 @@ mod tests {
assert!(err.to_string().contains("Duplicate projection index"));
}
+ #[tokio::test]
+ async fn test_arrow_schema_from_reader_no_reader_schema() {
+ // Use a very small header size hint to force multiple fetches
Review Comment:
Sorry, I should have cleaned these up. Done now.
--
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]