You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(integration): add cascading OHLC cross-compat test (Java writes, Rust reads)
Writes 10k OHLC rows with WriteOptions.cascading(3) — exercises ALP→bitpacked
for F64 columns and FOR→bitpacked for I64 — then reads back with the Rust JNI
reader and asserts all values round-trip correctly.
JNI reader returns cascaded chunks in a different order than written, so
assertions use containsExactlyInAnyOrder (value correctness, not ordering).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments