MichaelChirico commented on a change in pull request #28387:
URL: https://github.com/apache/spark/pull/28387#discussion_r416463288



##########
File path: R/pkg/R/types.R
##########
@@ -88,11 +88,6 @@ specialtypeshandle <- function(type) {
 checkSchemaInArrow <- function(schema) {
   stopifnot(inherits(schema, "structType"))
 
-  requireNamespace1 <- requireNamespace

Review comment:
       In the meantime, given that 
`sparkR.conf("spark.sql.execution.arrow.sparkr.enabled")[[1]] == "true"` was 
popping up in a few places, I added a helper to `utils.R` to centralize 
maintenance of that snippet.




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to