-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Spark] Minor changes around ExternalRDDScan operations
Add a `recordFrameProfile` around some potentially-long-running Delta operations. Some Spark jobs triggered by Delta have an `ExternalRDDScan` at the root and can be very expensive in terms of runtime. This PR adds `recordFrameProfile` to give a bit of additional visibility into the runtime of these operations. Closes #2380 GitOrigin-RevId: 7eba73fb2e5e7eaf45ecaea6730187116eadef43
- Loading branch information
1 parent
e0835ba
commit 75dba07
Showing
2 changed files
with
119 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters