test: triage round 5 — 10 more corpus slugs (48 ok total)#237
Merged
Conversation
Round 5 results (tested against origin/main, 512cfbd): - bi-citymaxcapita: ok — 28.3M cells match (#231 fixed RunEnd null propagation) - bi-euro2016: gap:235 — DateTimeParts throws on null day cells (#231 exposed #235) - bi-hatred: ok - bi-yalelanguages: gap:235 — DateTimeParts throws on null day cells - covid-world-vaccination-progress: ok - hotel-booking-demand: ok (date32 temporal offset matches oracle) - movies: ok - uci-credit-approval: ok - uci-diabetes-130-us-hospitals: ok - uci-online-retail-ii: ok Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
okafter verifying zero-diff against Parquet oracle on current main.gap:235—DateTimeParts: null cellcrash (bi-yalelanguages, bi-euro2016); the crash is tracked in DateTimeParts extension crashes on null cells (exposed by #225 RunEnd validity fix) #235 and exposed by RunEndEncodingDecoder drops nullable run-values validity — silent null loss #225 (RunEnd now correctly returns null for null runs, but DateTimeParts can't handle it).Slug outcomes
Test plan
okslugs and run./mvnw verify -pl integration -am— all should pass.gap:235entries will be flipped tookin the DateTimeParts extension crashes on null cells (exposed by #225 RunEnd validity fix) #235 fix PR.🤖 Generated with Claude Code