thisisnic commented on a change in pull request #12430:
URL: https://github.com/apache/arrow/pull/12430#discussion_r806873829
##########
File path: r/R/record-batch.R
##########
@@ -123,7 +123,7 @@ RecordBatch <- R6Class("RecordBatch",
},
invalidate = function() {
.Call(`_arrow_RecordBatch__Reset`, self)
- super$invalidate()
+ assign(".:xp:.", NULL, envir = self)
Review comment:
Does this need to be here, or does the call to what was previously
`super$invalidate()` just need removing entirely?
##########
File path: r/R/record-batch.R
##########
@@ -123,7 +123,7 @@ RecordBatch <- R6Class("RecordBatch",
},
invalidate = function() {
.Call(`_arrow_RecordBatch__Reset`, self)
- super$invalidate()
+ assign(".:xp:.", NULL, envir = self)
Review comment:
Done
--
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]