Skip to content

[SPARK-59273][SQL][FOLLOWUP] Cover string fill with mixed schemas - #58682

Open
zhangxinyao88 wants to merge 1 commit into
apache:masterfrom
zhangxinyao88:codex/SPARK-59273-mixed-schema-fill-test
Open

[SPARK-59273][SQL][FOLLOWUP] Cover string fill with mixed schemas#58682
zhangxinyao88 wants to merge 1 commit into
apache:masterfrom
zhangxinyao88:codex/SPARK-59273-mixed-schema-fill-test

Conversation

@zhangxinyao88

Copy link
Copy Markdown

What changes were proposed in this pull request?

Extend the existing SPARK-59273 CHAR/VARCHAR na.fill("x") test with an integer column.

The test verifies that string fill values still fill CHAR and VARCHAR columns, while a non-string column is left unchanged.

Why are the changes needed?

SPARK-59273 broadened string matching to include the CHAR/VARCHAR family. The follow-up fix in #58646 restored skipping non-string columns.

The existing tests cover those behaviors separately. This test covers the mixed-schema case directly, so a future change cannot reintroduce the interaction that caused the regression.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

The targeted test was started locally, but its first-run SQL test compilation was interrupted before execution completed. GitHub Actions will run the full suite.

Was this patch authored or co-authored using generative AI tooling?

Generated-by: Codex (GPT-5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant