romainfrancois commented on a change in pull request #11369:
URL: https://github.com/apache/arrow/pull/11369#discussion_r727981498



##########
File path: r/R/array.R
##########
@@ -166,6 +166,8 @@ Array <- R6Class("Array",
     View = function(type) {
       Array$create(Array__View(self, as_type(type)))
     },
+    Address = function() Array__address(self),

Review comment:
       We might not need it, should I remove it for now ? It's just giving the 
address of the `Array*`, not the `std::shared_ptr<Array>*` so that we can 
compare.
   
   Initially this was to test Array equality (in the strict sense of being the 
same array), but I've since added `$Same()`.  




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