Github user shivaram commented on the issue:
https://github.com/apache/spark/pull/12836
I don't know what could cause this - Do we have the beginning of the string
? My guess is `MapPartitions` or one of the nodes in the plan is calling
`toString` on a byte Array that contains some R object and that generates all
those numbers.
One possibility could be that using a case class for
`MapPartitionsRWrapper` or `FlatMapGroupsInR` means that the `toString` method
auto generated by scala will try to print all the members of the case class.
---
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]