You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/14 09:44:43 UTC

[GitHub] HyukjinKwon commented on a change in pull request #23787: [SPARK-26830][SQL][R] Vectorized R dapply() implementation

HyukjinKwon commented on a change in pull request #23787: [SPARK-26830][SQL][R] Vectorized R dapply() implementation
URL: https://github.com/apache/spark/pull/23787#discussion_r256756874
 
 

 ##########
 File path: R/pkg/R/DataFrame.R
 ##########
 @@ -1437,6 +1437,29 @@ dapplyInternal <- function(x, func, schema) {
     schema <- structType(schema)
   }
 
+  arrowEnabled <- sparkR.conf("spark.sql.execution.arrow.enabled")[[1]] == "true"
 
 Review comment:
   @felixcheung, I will deduplicate this checker across all R optimization after this PR if that's fine to you too. I was trying to work on multiple features so wanted to avoid conflicts.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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