Github user frreiss commented on the issue:
https://github.com/apache/spark/pull/17640
Overall, this looks like a sensible approach to a messy problem.
You might want to think about adding some overflow handling to the SQL-->R
translation. That is, if a Dataframe contains a `bigint` value that cannot be
expressed as a `Double`, it would be safer to convert that value to NaN instead
of stripping the lower-order bits off the `bigint`. The `bigint` column in the
source Dataframe could hold a unique identifier or a hash value.
---
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]