rangareddy commented on issue #15402: URL: https://github.com/apache/hudi/issues/15402#issuecomment-5068088134
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: This task (HUDI-4761) asked for tests that use Spark listeners to guard against unintended changes to the DAG for major write operations and table services. This was implemented in PR #8641 (HUDI-5980, merged 2023-05-21, commit `bf5715df326f`), which added `TestSparkDataSourceDAGExecution.scala` and `TestHoodieDeltaStreamerDAGExecution.java`. Both register a `SparkListener` hooking `onStageCompleted` to assert the number of stages triggered by write operations, guarding against repeated/unexpected DAG execution. Additional stage/parallelism listener guards also exist (e.g. `TestHoodieDatasetBulkInsertHelper`, `TestInsertTable4`). Closing as completed. If you believe additional operations still need dedicated DAG guards, please reopen with specifics. -- 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]
