[GitHub] spark pull request #21362: [SPARK-24197][SparkR][FOLLOWUP] Fixing failing te...

2018-07-16 Thread mn-mikke
Github user mn-mikke closed the pull request at: https://github.com/apache/spark/pull/21362 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #21362: [SPARK-24197][SparkR][FOLLOWUP] Fixing failing te...

2018-05-30 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/21362#discussion_r191994811 --- Diff: R/pkg/tests/fulltests/test_sparkSQL.R --- @@ -1504,15 +1504,16 @@ test_that("column functions", { expect_equal(result, "cba")

[GitHub] spark pull request #21362: [SPARK-24197][SparkR][FOLLOWUP] Fixing failing te...

2018-05-30 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/21362#discussion_r191986143 --- Diff: R/pkg/tests/fulltests/test_sparkSQL.R --- @@ -1504,15 +1504,16 @@ test_that("column functions", { expect_equal(result, "cba")

[GitHub] spark pull request #21362: [SPARK-24197][SparkR][FOLLOWUP] Fixing failing te...

2018-05-18 Thread mn-mikke
GitHub user mn-mikke opened a pull request: https://github.com/apache/spark/pull/21362 [SPARK-24197][SparkR][FOLLOWUP] Fixing failing tests for array_sort and sort_array ## What changes were proposed in this pull request? The PR tries to fix [the