issues
search
jorgecarleitao
/
parquet2
Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow
Other
355
stars
59
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore: bump brotli dependency
#234
nyurik
opened
3 months ago
1
feat: make "FileMetadata" serializable
#233
universalmind303
closed
4 months ago
0
Example of writing a parquet file
#232
the80srobot
opened
11 months ago
1
fix check decimal scale equal to precision
#231
b41sh
closed
1 year ago
1
Switched to optimized bloom filter library
#229
ozgrakkurt
closed
1 year ago
2
Use optimized implementation for bloom filters
#228
ozgrakkurt
opened
1 year ago
0
arrow-rs/parquet can't read files produced by parquet2
#227
mattbonnell
opened
1 year ago
1
Inconsistent release version information
#226
friegger
opened
1 year ago
0
feat:add read_metadata_with_size to reduce seek when size is known.
#225
youngsofun
closed
1 year ago
4
Copying CompressedPages to new file
#224
little-arhat
opened
1 year ago
1
Implement statistics::reduce for int96
#223
little-arhat
opened
1 year ago
1
whether parquet2 support page index
#222
flashmouse
opened
1 year ago
0
Add BYTE_STREAM_SPLIT encoder/decoder (fixes #208)
#221
AudriusButkevicius
closed
12 months ago
2
Add option to use lz4_flex without safety checks
#220
ozgrakkurt
closed
1 year ago
0
Fix clippy warnings
#219
ozgrakkurt
closed
1 year ago
0
Added functionality to optionally write bloom filters
#218
ozgrakkurt
closed
1 year ago
11
Fixed aggregation of max statistics for primitive fields
#217
tjwilson90
closed
1 year ago
2
Fix reimport problem and clippy.
#216
RinChanNOWWW
closed
1 year ago
0
could't read statistics if it's stored in min/max
#215
FANNG1
closed
3 months ago
1
containt ==> contain typo
#214
ghuls
opened
1 year ago
0
Write bloom filters
#213
ozgrakkurt
opened
1 year ago
1
Bump minimum async-stream version to 0.3.3
#212
garrisonhess
closed
1 year ago
3
Update dependencies + a little cleanup
#211
aldanor
closed
1 year ago
1
Error running tests with `--all-features` (cannot find function `lz4_decompress_to_buffer`)
#210
aldanor
opened
1 year ago
1
Make some struct de/serializable.
#209
RinChanNOWWW
closed
1 year ago
1
Add support for byte_stream_split encoding
#208
damelLP
opened
1 year ago
1
Fixed error in rle decoding
#207
ritchie46
closed
1 year ago
1
Removed unnecessary flushes while writing
#206
cyr
closed
1 year ago
1
Enbaled setting `selected_rows` in the runtime.
#205
RinChanNOWWW
closed
1 year ago
3
Add `PageInspector` to allow inspecting page info during page iteration.
#204
RinChanNOWWW
closed
1 year ago
2
Improved hybrid rle decoding performance ~-40%
#203
ritchie46
closed
1 year ago
2
Added `serde` support for `RowGroupMetaData`.
#202
youngsofun
closed
1 year ago
7
elide bound check in RLE decoder
#201
ritchie46
closed
1 year ago
0
feat: impl De/Serialize for RowGroupMetaData
#200
youngsofun
closed
1 year ago
0
Unnecessarily slow writes due to repeated flushes when writing to a BufWriter
#199
cyr
closed
1 year ago
3
Reading pages with large statistics with an IndexedPageReader fails
#198
tjwilson90
opened
2 years ago
1
Removed un-necessary conversion
#197
jorgecarleitao
closed
2 years ago
1
`brotli` feature without `gzip` fails to compile
#196
kylebarron
closed
2 years ago
3
Improved API to read column chunks
#195
jorgecarleitao
closed
1 year ago
1
Avoid OOM on page streams
#194
jorgecarleitao
closed
2 years ago
1
Fixed error requiring stats
#193
jorgecarleitao
closed
2 years ago
0
Improve deserialize API
#192
jorgecarleitao
opened
2 years ago
1
Removed `EncodedPage`
#191
jorgecarleitao
closed
2 years ago
1
Improved doc generation to include features
#190
jorgecarleitao
closed
2 years ago
1
Fixed edge cases in writing delta encoder
#189
jorgecarleitao
closed
2 years ago
1
Replaced panics by errors on invalid pages
#188
evanrichter
closed
2 years ago
2
Fixed error in `FilteredHybridBitmapIter`'s trait bounds
#187
jorgecarleitao
closed
2 years ago
0
enable `doc_cfg` feature
#186
ritchie46
closed
2 years ago
1
(fuzzing) infinite loop when reading corrupted file
#185
evanrichter
closed
2 years ago
2
FixedLenByteArray max_precision integer overflow
#184
evanrichter
closed
2 years ago
1
Next