james-willis commented on PR #1122: URL: https://github.com/apache/sedona-db/pull/1122#issuecomment-5208907356
> Are we sure Sedona Spark needs the specialized operator (i.e., can we deprecate it there in favour of RS_Tile + Explode + Select and simplify both projects?) No, I do not know the history or motivation for this. > syntactic sugar ... without improving the streaming generation Yes. I had the AI prototype a version that has a physical node that does that kind of streaming. It was 4.5k LoC. kind of scared me off. For now im only targeting parity. > currently forcing two entire copies of every raster to be in memory at once. Yes. But to me the best way to solve this might be to just use lazy views that share the same backing buffer. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
