Github user cloud-fan commented on the issue:
https://github.com/apache/spark/pull/18416
why not use `KryoEncoder` for `Set`? Serializing `Set` to catalyst array
loses the set property, and it just becomes a meaningless binary: most of the
array methods are meaningless, e.g. get element by index, get length, etc.
Regarding this, I don't see the point to make `Set` an array at catalyst level,
we can just make it a binary via the `KryoEncoder`.
---
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]