[GitHub] spark pull request #14046: [SPARK-16366][SPARKR] Fix time comparison failure...

2016-08-24 Thread sun-rui
Github user sun-rui closed the pull request at: https://github.com/apache/spark/pull/14046 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #14046: [SPARK-16366][SPARKR] Fix time comparison failure...

2016-07-04 Thread sun-rui
Github user sun-rui commented on a diff in the pull request: https://github.com/apache/spark/pull/14046#discussion_r69501135 --- Diff: R/pkg/inst/tests/testthat/test_sparkSQL.R --- @@ -1258,10 +1258,12 @@ test_that("date functions on a DataFrame", { df2 <-

[GitHub] spark pull request #14046: [SPARK-16366][SPARKR] Fix time comparison failure...

2016-07-04 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/14046#discussion_r69486820 --- Diff: R/pkg/inst/tests/testthat/test_sparkSQL.R --- @@ -1258,10 +1258,12 @@ test_that("date functions on a DataFrame", { df2 <-

[GitHub] spark pull request #14046: [SPARK-16366][SPARKR] Fix time comparison failure...

2016-07-04 Thread sun-rui
GitHub user sun-rui opened a pull request: https://github.com/apache/spark/pull/14046 [SPARK-16366][SPARKR] Fix time comparison failures in SparkR unit tests. ## What changes were proposed in this pull request? Fix time comparison failures in SparkR unit tests. For details,