Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,13 @@ Per-slug status lives in `integration/src/test/resources/raincloud/expected-stat
(`ok` must pass; `gap:<issue>` must still fail, so a fix flips the entry in the same change;
`untriaged` runs and reports without failing the build). A scheduled workflow
(`raincloud-conformance.yml`) hydrates a size-capped subset weekly. Current triage —
30 `ok`, 0 known gaps; 217 slugs untriaged. Fixed so far
by this suite: misaligned per-column chunk grids
([#221](https://github.com/dfa1/vortex-java/issues/221) — scan now splits at the merged boundary
grid, slicing each column's covering chunk per window), lazy dict U8/U16 values
([#206](https://github.com/dfa1/vortex-java/issues/206)),
nested struct columns in scan ([#207](https://github.com/dfa1/vortex-java/issues/207)),
unsigned integers rendered signed ([#208](https://github.com/dfa1/vortex-java/issues/208) /
[#216](https://github.com/dfa1/vortex-java/issues/216) — silent corruption, incl. wrong filter
and Calcite results), RLE over F64 ([#209](https://github.com/dfa1/vortex-java/issues/209)),
row validity dropped by wrapper decoders
([#210](https://github.com/dfa1/vortex-java/issues/210) — silent corruption), all-null columns
in CSV export ([#211](https://github.com/dfa1/vortex-java/issues/211)), narrow dict-offset
ptypes in string dicts ([#215](https://github.com/dfa1/vortex-java/issues/215)), struct
columns in CSV export ([#217](https://github.com/dfa1/vortex-java/issues/217)).
38 `ok`, 2 known gaps (both silent null loss in lazy decoders:
[#225](https://github.com/dfa1/vortex-java/issues/225) RunEnd run-values validity,
[#226](https://github.com/dfa1/vortex-java/issues/226) Sparse null fill / nullable patches);
207 slugs untriaged. Every gap found by earlier rounds is fixed
([#206](https://github.com/dfa1/vortex-java/issues/206)–[#211](https://github.com/dfa1/vortex-java/issues/211),
[#215](https://github.com/dfa1/vortex-java/issues/215)–[#217](https://github.com/dfa1/vortex-java/issues/217),
[#221](https://github.com/dfa1/vortex-java/issues/221)).

## Encodings

Expand Down
20 changes: 10 additions & 10 deletions integration/src/test/resources/raincloud/expected-status.csv
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ bi-bimbo,untriaged
bi-citymaxcapita,untriaged
bi-cmsprovider,untriaged
bi-commongovernment,untriaged
bi-corporations,untriaged
bi-corporations,ok
bi-eixo,untriaged
bi-euro2016,untriaged
bi-food,untriaged
bi-food,ok
bi-generico,untriaged
bi-hashtags,untriaged
bi-hatred,untriaged
bi-iglocations1,untriaged
bi-iglocations1,ok
bi-iglocations2,untriaged
bi-iublibrary,untriaged
bi-iublibrary,ok
bi-medicare1,untriaged
bi-medicare2,untriaged
bi-medicare3,untriaged
Expand Down Expand Up @@ -130,7 +130,7 @@ laion-400m,untriaged
librispeech-test-clean,untriaged
loan-default-dataset,untriaged
lung-cancer,untriaged
marketing-data,untriaged
marketing-data,ok
mbpp,untriaged
medmcqa,untriaged
mlcourse,untriaged
Expand Down Expand Up @@ -171,7 +171,7 @@ peoples-speech-clean-validation,untriaged
personal-key-indicators-of-heart-disease,untriaged
pleias-synth,untriaged
pubmedqa-labeled,untriaged
sf-salaries,untriaged
sf-salaries,ok
slimpajama-6b,untriaged
squad-v2,untriaged
stack-overflow-2018-developer-survey,untriaged
Expand All @@ -191,7 +191,7 @@ uci-adult,ok
uci-ai4i-2020-predictive-maintenance,untriaged
uci-air-quality,ok
uci-auto-mpg,ok
uci-automobile,untriaged
uci-automobile,ok
uci-bank-marketing,ok
uci-beijing-multi-site-air-quality,ok
uci-bike-sharing-dataset,ok
Expand Down Expand Up @@ -219,7 +219,7 @@ uci-individual-household-electric-power-consumption,untriaged
uci-iris,ok
uci-magic-gamma-telescope,ok
uci-mushroom,ok
uci-online-retail,untriaged
uci-online-retail,gap:225
uci-online-retail-ii,untriaged
uci-online-shoppers-purchasing-intention,untriaged
uci-optical-recognition-of-handwritten-digits,ok
Expand All @@ -233,7 +233,7 @@ uci-sms-spam-collection,ok
uci-spambase,untriaged
uci-statlog-german-credit-data,untriaged
uci-student-performance,untriaged
uci-thyroid-disease,untriaged
uci-thyroid-disease,ok
uci-wholesale-customers,untriaged
uci-wine,ok
uci-wine-quality,ok
Expand All @@ -250,7 +250,7 @@ waxal-dagbani-asr-test,untriaged
wdi,untriaged
websight-v01,untriaged
wikipedia-en,untriaged
world-energy-consumption,untriaged
world-energy-consumption,gap:226
yellow_tripdata_2025,untriaged
youtube-commons-sample,untriaged
zoo-animal-classification,untriaged
Loading