Skip to content

Write a simplified test case to show the problem#3

Open
gotocoding-DB wants to merge 1 commit intomainfrom
report-stats-verifier-issue
Open

Write a simplified test case to show the problem#3
gotocoding-DB wants to merge 1 commit intomainfrom
report-stats-verifier-issue

Conversation

@gotocoding-DB
Copy link
Copy Markdown
Owner

@gotocoding-DB gotocoding-DB commented Mar 19, 2026

Bug: StatsVerifier rejects all-null clustering columns

collect_stats omits minValues/maxValues for all-null columns (delta-io#2112), but StatsVerifier fails trying to extract those missing fields before its nullCount == numRecords check runs.

MissingColumn("Column stats.minValues.region_id not found in the data")

Added a reproduction test in clustering_e2e.rs: create a clustered table, write a batch where a clustering column is all nulls — commit fails.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 19, 2026

PR title does not match the required pattern. Please ensure you follow the conventional commits spec.

Your title should start with feat:, fix:, chore:, docs:, perf:, refactor:, test:, or ci:, and if it's a breaking change that should be suffixed with a ! (like feat!:), and then a 1-72 character brief description of your change.

Title: Write a simplified test case to show the problem
PR title does not match the required pattern. Please ensure you follow the conventional commits spec.

Your title should start with feat:, fix:, chore:, docs:, perf:, refactor:, test:, or ci:, and if it's a breaking change that should be suffixed with a ! (like feat!:), and then a 1-72 character brief description of your change.

Title: Write a simplified test case to show the problem

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