[GitHub] [spark] MichaelChirico commented on a change in pull request #28386: [SPARK-31517][R] fix strategy for handling ... names in mutate

2020-04-28 Thread GitBox
MichaelChirico commented on a change in pull request #28386: URL: https://github.com/apache/spark/pull/28386#discussion_r416376995 ## File path: R/pkg/R/DataFrame.R ## @@ -2287,16 +2287,19 @@ setMethod("mutate", # For named arguments, use the names for arguments

[GitHub] [spark] AmplabJenkins removed a comment on pull request #28386: [SPARK-31517][R] fix strategy for handling ... names in mutate

2020-04-28 Thread GitBox
AmplabJenkins removed a comment on pull request #28386: URL: https://github.com/apache/spark/pull/28386#issuecomment-620419395 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [spark] MichaelChirico commented on a change in pull request #28386: [SPARK-31517][R] fix strategy for handling ... names in mutate

2020-04-28 Thread GitBox
MichaelChirico commented on a change in pull request #28386: URL: https://github.com/apache/spark/pull/28386#discussion_r416376851 ## File path: R/pkg/R/DataFrame.R ## @@ -3445,7 +3448,7 @@ setMethod("as.data.frame", #' @note attach since 1.6.0 setMethod("attach",

[GitHub] [spark] MichaelChirico commented on a change in pull request #28386: [SPARK-31517][R] fix strategy for handling ... names in mutate

2020-04-28 Thread GitBox
MichaelChirico commented on a change in pull request #28386: URL: https://github.com/apache/spark/pull/28386#discussion_r416375375 ## File path: R/pkg/R/DataFrame.R ## @@ -2287,16 +2287,19 @@ setMethod("mutate", # For named arguments, use the names for arguments

<    4   5   6   7   8   9