Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50378][SS] Add custom metric for tracking spent for proc initi…
…al state in transformWithState ### What changes were proposed in this pull request? Add custom metric for tracking spent for proc initial state in transformWithState ### Why are the changes needed? Adds tracking for time spent in populating initial state ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Added unit tests ``` [info] Run completed in 2 minutes, 38 seconds. [info] Total number of tests run: 22 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 22, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. ``` ### Was this patch authored or co-authored using generative AI tooling? No Closes #48913 from anishshri-db/task/SPARK-50378. Authored-by: Anish Shrigondekar <anish.shrigondekar@databricks.com> Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com>
- Loading branch information