ulysses-you commented on PR #58339: URL: https://github.com/apache/spark/pull/58339#issuecomment-5510066612
Thanks for the review, @cloud-fan -- the positive controls you asked for are in 912f3d8 (this finding was in the summary, so answering here): `DistributionSuite`'s `a marked one-partition layout keeps the global ordering claim` asserts the single-partition exemption satisfies while a two-partition twin of the same marked layout does not, and `ShuffleSpecSuite`'s bucket test now asserts `bucketSpec(4, true).areKeysCompatible(bucketSpec(4, true))` beside the differing-count refusals. Either gate flipped to always-false now fails a positive assertion. Full regression on this head: 296 tests green across the seven affected suites, including both runtime-filter subclasses. -- 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]
