petern48 commented on PR #2038: URL: https://github.com/apache/sedona/pull/2038#issuecomment-3025854514
@zhangfengcdt For these row-wise operations, the default align=True matches elements using Spark internal index column. I'm planning to never support `align=False` in any of these row_wise functions in Sedona because Spark dataframes do not naturally support a deterministic order to my understanding. It's possible to hack something up with an extra column in the cases where the user specifies an index, but I don't think it makes sense to support that to be honest. What do you think? -- 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]
