Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21314#discussion_r187817762
  
    --- Diff: R/pkg/R/client.R ---
    @@ -82,7 +82,7 @@ checkJavaVersion <- function() {
                        })
       javaVersionFilter <- Filter(
           function(x) {
    -        grepl("java version", x)
    +        grepl(" version", x)
    --- End diff --
    
    great! interesting it's only broken on openjdk then


---

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

Reply via email to