fallintoplace commented on PR #57545: URL: https://github.com/apache/spark/pull/57545#issuecomment-5085696640
@HyukjinKwon I traced it back to #45150 (f6999df0c7f0, [SPARK-47081][CONNECT] Support Query Execution Progress), committed on April 4, 2024. The original Progress.update_ticks() implementation already called output() before assigning self._running. The follow-up in #45907 kept the same ordering, so this appears to have been present since the Connect progress bar was introduced rather than caused by a later change. -- 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]
