Skip to content

[HoodieStreamer] Register SparkWriteErrorValidator as default pre-commit validator #18841

@shangxinli

Description

@shangxinli

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions