MaxGekk commented on pull request #30452: URL: https://github.com/apache/spark/pull/30452#issuecomment-731964256
> ... shall we just partition index in the API instead? @cloud-fan Sure. I see at least two variants of the implementation: - Pass an array of indexes, or - a [BitSet](https://docs.oracle.com/javase/8/docs/api/java/util/BitSet.html) The second one could save some memory, I guess. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
