yitao-li edited a comment on pull request #525: URL: https://github.com/apache/incubator-sedona/pull/525#issuecomment-843361712
@jiayuasu Thanks for the feedback :slightly_smiling_face: I had a chat with one of my colleagues about this as well, and we were both thinking if Java or Scala had the equivalent of the `const` qualifier in C++, then there would have been a simpler and more concise way to specify immutability requirements. But because such language construct does not exist in Java/Scala yet, we'll have to go with the current solution unfortunately. Also, I fixed a similar (but different) issue with PairRDD and created some test cases covering both code paths. -- 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]
