scovich commented on code in PR #8350:
URL: https://github.com/apache/arrow-rs/pull/8350#discussion_r2357591422


##########
arrow-schema/src/field.rs:
##########
@@ -366,7 +366,10 @@ impl Field {
         &self.data_type
     }
 
-    /// Set [`DataType`] of the [`Field`]
+    /// Set [`DataType`] of the [`Field`].
+    ///
+    /// This clears extension type information from this field by calling
+    /// [`Field::clear_extension_type`].

Review Comment:
   ```suggestion
       /// Set [`DataType`] of the [`Field`], clearing any extension type 
information in the process.
   ```



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