thisisnic commented on a change in pull request #12696:
URL: https://github.com/apache/arrow/pull/12696#discussion_r838092263
##########
File path: r/R/array-data.R
##########
@@ -44,7 +44,7 @@
ArrayData <- R6Class("ArrayData",
inherit = ArrowObject,
active = list(
- type = function() ArrayData__get_type(self),
+ type=function() ArrayData__get_type(self),
length = function() ArrayData__get_length(self),
Review comment:
It's me trying to trigger a linter error on the CI to check my script
has worked - I'll later revert this change once the CI is "successful failing"
because of it. (Current failures are due to other things I still need to work
out).
Will convert this PR to a draft for now given that's all a bit unclear.
--
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]