Github user mengxr commented on the pull request:
https://github.com/apache/spark/pull/7594#issuecomment-123914011
@zhangjiajin I'm a little worried about the performance/scalability if we
use `Array[Array[Int]]` to represent a sequence. It might create too many
objects when the dataset is large. An alternative is keeping `Array[Int]` and
use `-1` to separate itemsets, which is used by SPMF. If we support generic
item type, we can use `null` to separate itemsets. Could you test this approach?
---
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]