tustvold commented on code in PR #3594:
URL: https://github.com/apache/arrow-rs/pull/3594#discussion_r1086510706
##########
arrow-flight/src/decode.rs:
##########
@@ -100,8 +100,14 @@ impl FlightRecordBatchStream {
}
}
+ /// Has a message defining the schema been received yet?
+ #[deprecated = "use metadata() instead"]
Review Comment:
```suggestion
#[deprecated = "use schema().is_some() instead"]
```
--
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]