test: gate-running interop test for null-fill Sparse and null-run RunEnd (#233)#240
Merged
Conversation
…End (#233) Four JNI-written fixtures verify that the #225/#226 validity fixes hold on every gate run, not just the weekly Raincloud conformance sweep: - jniNullFillSparse_f64_nullRowsDecodeNull: ~98% null column, JNI chooses vortex.sparse with null fill; every unpatched row must decode as null. - jniNullFillSparse_i64_nullRowsDecodeNull: same shape for i64 (nuclear_share_energy). - jniNullRunRunEnd_i16_nullRowsDecodeNull: i16 null/value runs, JNI picks vortex.runend; null runs must decode as null, not the FoR base. - jniNullRunRunEnd_i64_nullRowsDecodeNull: same for i64. The encoding assertions are hard-coded (JNI version is pinned); a future JNI bump that changes the choice should refresh the fixture. 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
Four JNI-written fixtures that reproduce the #225 (null-run RunEnd) and #226 (null-fill Sparse) shapes on every
verifygate, not just the weekly Raincloud conformance sweep. A validity regression now reddens the per-PR CI run rather than surfacing a week later.Test fixtures
jniNullFillSparse_f64biofuel_cons_change_pct)vortex.sparsejniNullFillSparse_i64vortex.sparsejniNullRunRunEnd_i16customerid)vortex.runendjniNullRunRunEnd_i64vortex.runendEncoding assertions are hard-coded against the pinned JNI version — a future JNI bump that changes the choice should refresh the fixture.
Test plan
./mvnw verify -pl integration -am -Dit.test=NullSparseRunEndInteropIntegrationTestCloses #233.
🤖 Generated with Claude Code