tomvanbussel opened a new pull request #23636: [SPARK-26690] Track query execution and time cost for checkpoints URL: https://github.com/apache/spark/pull/23636 ## What changes were proposed in this pull request? Checkpoints of Dataframes currently do not show up in SQL UI. This PR fixes that by setting an execution id for the execution of the checkpoint by wrapping the checkpoint code with a `withAction`. ## How was this patch tested? A unit test was added to DatasetSuite.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
