Making RTree Serializable
Open
question
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 218
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
Hi,
I was trying to integrate this in Spark for one of my use cases. However, post constructing the RTree object I wanted to broadcast it to the executors, but failed since the RTree object was not serializable.
Work around: Initialized it once per executor, but still it would be great if we could simply mark it serializable.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.