You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/15 14:14:12 UTC

[GitHub] [arrow] thisisnic commented on a change in pull request #12430: ARROW-15677: [R] Segfault when trying to access invalidated dataset

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?




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