RKuttruff commented on PR #216: URL: https://github.com/apache/incubator-sdap-nexus/pull/216#issuecomment-1454089197
Did a bit of investigation into this and I think this may actually be the best solution. I've yet to figure out why, but it seems that references to the same DomsPoint object can change to point to distinct copies of the same object which will be evaluated as different keys in the combineByKey / collectAsMap steps. Providing an explicit definition for DomsPoint equality allows for this to happen without issue. -- 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: dev-unsubscr...@sdap.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org