kete1987 commented on PR #56427: URL: https://github.com/apache/spark/pull/56427#issuecomment-4754783581
Thanks again @LuciferYang for the careful review! All three suggestions are applied in the latest push: - Removed the `eventually(60.seconds)` wrapper in favor of a flat `intercept`, matching the `(with latest)` twin. - `sendTwoWithDistinctTs` now returns `base + 1` directly, with a one-line note about the CreateTime assumption. - Replaced the three `val` assignments with `(0 to 2).map(sendTwoWithDistinctTs)`. Also corrected the PR description's test budget (50 × 4 = 200, not 250). Could you take another look when you have a chance? -- 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]
