You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/04/04 18:39:54 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #4019: Deprecate Array::data (#3880)

tustvold commented on code in PR #4019:
URL: https://github.com/apache/arrow-rs/pull/4019#discussion_r1157631527


##########
arrow-array/src/array/mod.rs:
##########
@@ -111,6 +110,7 @@ pub trait Array: std::fmt::Debug + Send + Sync {
     ///
     /// This will be deprecated in a future release [(#3880)](https://github.com/apache/arrow-rs/issues/3880)
     #[deprecated(note = "Use Array::to_data or Array::into_data")]
+    #[allow(deprecated)]

Review Comment:
   Part of #3880 will be to port these to not use `Array::data`



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