thisisnic commented on code in PR #46619:
URL: https://github.com/apache/arrow/pull/46619#discussion_r2112383412


##########
r/data-raw/docgen.R:
##########
@@ -149,6 +149,10 @@ tidyselect <- grep("^tidyselect::", 
readLines("R/reexports-tidyselect.R"), value
 # HACK: remove the _random_along UDF we're using (fix in ARROW-17974)
 docs[["_random_along"]] <- NULL
 
+# TODO - update the script to add this back in - will fail CI as tries to link
+# to non-existent function as arrow::one only exists as registered binding
+docs[["arrow::one"]] <- NULL
+

Review Comment:
   So without it we were getting the warning shown here: 
https://github.com/apache/arrow/actions/runs/15282844766/job/42985877041#step:5:612
   
   I don't think we need to do it now, I will open a ticket. 



-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to