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

    https://github.com/apache/spark/pull/17640#discussion_r113362108
  
    --- Diff: R/pkg/inst/tests/testthat/test_Serde.R ---
    @@ -28,6 +28,10 @@ test_that("SerDe of primitive types", {
       expect_equal(x, 1)
       expect_equal(class(x), "numeric")
     
    +  x <- callJStatic("SparkRHandler", "echo", 1380742793415240)
    --- End diff --
    
    I did some google search. R can't specify `bigint` type. So, we can't 
directly test `bigint` type.
    
    We can remove the tests above, as we added `schema` tests and scala API 
tests.


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to