HyukjinKwon commented on a change in pull request #28387:
URL: https://github.com/apache/spark/pull/28387#discussion_r416551145
##########
File path: R/pkg/R/utils.R
##########
@@ -930,3 +930,7 @@ getOne <- function(x, envir, inherits = TRUE, ifnotfound =
NULL) {
traverseParentDirs <- function(x, count) {
if (dirname(x) == x || count <= 0) x else c(x, Recall(dirname(x), count - 1))
}
+
+is_arrow_conf_set <- function() {
Review comment:
Let's don't do this here In PySpark and Scala side, they have a
standardised way and place to do it for configurations but R doesn't have. It
would need a separate look and we should think where/how we will organise this.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]