Commit bea15f2
fix(parquet): add zstd-jni to enable ZSTD-compressed Parquet import
hardwood-core declares zstd-jni as optional, so ZSTD-compressed Parquet
files failed at runtime with "required library not found". Declaring it
explicitly in vortex-parquet pulls it in; vortex-cli also lists it so
the shade plugin bundles the native classes into the uber-jar.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ccbc8a0 commit bea15f2
2 files changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
0 commit comments