Commit 4bf5435
committed
chore: remove dead Rust column-reader code
The JVM-side Parquet column readers were deleted in the previous commit;
the Rust JNI methods and supporting modules they called are now dead.
- parquet/mod.rs: drop JNI methods initColumnReader, setDictionaryPage,
setPageV1, setPageV2, resetBatch, readBatch, skipBatch, currentBatch,
closeColumnReader, plus the Context/get_reader helpers.
- Delete parquet/read/ (column, levels, values, mod), mutable_vector.rs,
data_type.rs, and the util sub-modules bit_packing, buffer, memory,
test_common that only existed for the column readers.
- Trim parquet/util/jni.rs to deserialize_schema (the only helper used
by the surviving Arrow-native scan path).
- Delete native/core/src/common/ entirely; bit.rs and buffer.rs were
only consumed by the deleted parquet column-reader chain.
- Drop the parquet_read, bit_util, and parquet_decode benches that
exercised the removed code; deregister them from Cargo.toml.1 parent d03d99a commit 4bf5435
23 files changed
Lines changed: 6 additions & 10398 deletions
File tree
- native/core
- benches
- src
- common
- parquet
- read
- util
- test_common
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | 112 | | |
125 | 113 | | |
126 | 114 | | |
This file was deleted.
This file was deleted.
0 commit comments