viirya commented on code in PR #4279:
URL: https://github.com/apache/arrow-rs/pull/4279#discussion_r1205721064


##########
arrow-flight/src/lib.rs:
##########
@@ -383,6 +383,15 @@ impl TryFrom<SchemaResult> for Schema {
 // FlightData, FlightDescriptor, etc..
 
 impl FlightData {
+    /// Create a new [`FlightData`].
+    ///
+    /// # See Also
+    ///
+    /// See [`FlightDataEncoderBuilder`] for a higher level API to
+    /// convert a stream of [`RecordBatch`]es to `FlightData`

Review Comment:
   For consistency?
   
   ```suggestion
       /// See [`FlightDataEncoderBuilder`] for a higher level API to
       /// convert a stream of [`RecordBatch`]es to [`FlightData`]s
   ```



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