yadavay-amzn commented on PR #56101: URL: https://github.com/apache/spark/pull/56101#issuecomment-4796051741
Thanks @cloud-fan - both addressed in 36f02e3: the conf version is now 4.3.0, and the ranking-row copy is gated on `!UnsafeRow.isFixedLength(...)` so fixed-width ranking avoids the per-pair allocation while variable-length ranking stays retain-safe (String/Decimal tests cover it). PTAL. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
