shangxinli opened a new issue, #18841: URL: https://github.com/apache/hudi/issues/18841
## Summary As part of #18765, `HoodieStreamerWriteStatusValidator`'s error-check logic was migrated into explicit pre-commit orchestration steps in `StreamSync`, and a new `SparkWriteErrorValidator` was added to the validator framework as an opt-in. The next step is to register `SparkWriteErrorValidator` as a default validator for `HoodieStreamer`, making it the canonical path. ## Before doing so, we must ensure: 1. The hot path (no-validator config) does not error out due to default registration. 2. The Step 4 inline gate in `StreamSync` can then be retired once the default is stable. ## Target Next minor release. -- 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]
