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:
- The hot path (no-validator config) does not error out due to default registration.
- The Step 4 inline gate in
StreamSync can then be retired once the default is stable.
Target
Next minor release.
Summary
As part of #18765,
HoodieStreamerWriteStatusValidator's error-check logic was migrated into explicit pre-commit orchestration steps inStreamSync, and a newSparkWriteErrorValidatorwas added to the validator framework as an opt-in.The next step is to register
SparkWriteErrorValidatoras a default validator forHoodieStreamer, making it the canonical path.Before doing so, we must ensure:
StreamSynccan then be retired once the default is stable.Target
Next minor release.