Github user felixcheung commented on the issue:

    https://github.com/apache/spark/pull/17640
  
    these are great tests to add...
    
    thinking more about this, I think [these 
are](https://github.com/apache/spark/pull/17640/files#diff-f4f04a0af63b75cd88887cacbc5e5fefR31)
 actually testing large numeric values, not large integer value, because in R, 
`1380742793415240` defaults to numeric, vs `1380742793415240L` is integer.
    
    though I'm not sure we could specify that as integer as R integer is only 
32-bit. so we need a way to get bigint back from JVM side - and since we can't 
specify bigint on the R side (R integer is only 32-bit), should there be a SQL 
function test to create such value (and new column with the bigint type) from 
within the JVM?



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to