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/03/30 03:50:57 UTC

[GitHub] [arrow] thisisnic commented on a change in pull request #12696: ARROW-16011: [R] CI jobs should fail if lintr picked up issues

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org