You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "viirya (via GitHub)" <gi...@apache.org> on 2023/05/25 15:53:14 UTC

[GitHub] [arrow-rs] viirya commented on a diff in pull request #4279: Minor: Add more docstrings in arrow-flight

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org