-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50315][SQL] Support custom metrics for V1Fallback writes
### What changes were proposed in this pull request? Support for custom metrics for V1Fallback writers (AppendDataExecV1, OverwriteByExpressionExecV1) ### Why are the changes needed? * Add the custom metrics of the V1Write as metrics to the V1FallbackWriters implementations * Publish the metrics from reportDriverMetrics ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Added a new test on top of mocked implementations ### Was this patch authored or co-authored using generative AI tooling? No Closes #48867 from olaky/sc-50315-metrics-for-v1-fallback-writers. Authored-by: Ole Sasse <ole.sasse@databricks.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
- Loading branch information
Showing
3 changed files
with
96 additions
and
6 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
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