Skip to content

[FLINK] Improve table format and source reader read path test coverage #19401

Description

@cshuo

Problem

Several Flink table-format and source-reader read paths have limited unit-test coverage, especially around partition path handling, CDC iteration, schema reconciliation, and COW split planning.

Scope

Add focused unit coverage for:

  • partition path parsing, construction, and validation
  • CDC image management and CDC log iteration
  • read-time schema reconciliation and Parquet configuration
  • COW input split planning and partition pruning
  • record iterator lifecycle and row projection

Acceptance criteria

  • Add small, deterministic unit tests for the targeted read paths
  • Verify the targeted Flink tests pass
  • Run the tests with JaCoCo enabled to confirm the exercised lines are reported

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions