issues
search
sunchao
/
parquet-rs
Apache Parquet implementation in Rust
Apache License 2.0
149
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Archiving repo
#215
nevi-me
opened
3 years ago
0
Ergonomics idea: closure/RAII-based writer access
#214
aldanor
opened
3 years ago
1
Ergonomics: add .as_*() to ColumnWriter
#213
aldanor
opened
3 years ago
1
parquest-format-rs changes their type formats
#212
toshitanian
closed
4 years ago
2
Parquet Output Filesize
#211
jcgomes90
opened
5 years ago
8
Writing Optional Field Values
#210
jcgomes90
closed
5 years ago
1
Remove arena crate dependency
#209
xrl
closed
5 years ago
2
Writing repeated group within a group?
#208
jcgomes90
closed
5 years ago
0
Stick to nightly-2018-12-06 to fix rustfmt-preview unavailable error
#207
sunchao
closed
5 years ago
2
Improve performance of record reader by using Vec::with_capacity
#206
sadikovi
closed
5 years ago
0
Parameterize reading of rows with a type parameter, checked against the schema, and used to specialize the deserialization of rows
#205
alecmocatta
opened
5 years ago
12
Improve performance of Row API by storing TypePtr instead of String
#204
sadikovi
closed
5 years ago
6
Derive parquet schema from struct
#203
xrl
opened
5 years ago
0
Patch record_reader_10k_collect benchmark that fails with Int96 conversion
#202
sadikovi
closed
5 years ago
5
Benchmark record_reader_10k_collect fails with Int96 error display conversion
#201
sadikovi
closed
5 years ago
7
How to get column name
#200
jcgomes90
closed
5 years ago
1
Update rust format to fix build
#199
sadikovi
closed
5 years ago
2
A column can no longer be closed after get_typed_column_writer is used
#198
xrl
opened
5 years ago
4
parquet_derive for the new RecordWriter trait
#197
xrl
closed
5 years ago
25
Add EncodingWriteSupport for column writer
#196
sadikovi
closed
5 years ago
13
ParquetDecodingException When Writing Boolean
#195
jcgomes90
closed
5 years ago
4
Add windows ci
#194
sunchao
closed
5 years ago
1
Implement get_spaced/put_spaced for non-dictionary encoding
#193
sunchao
closed
5 years ago
1
High Level Record Writer
#192
xrl
opened
6 years ago
2
Support reading & writing Arrow in encoder/decoders.
#191
sunchao
opened
6 years ago
4
Add fuzzing
#190
gnieto
closed
6 years ago
13
Apply rustfmt to the code base
#189
sunchao
closed
6 years ago
1
Writing Dates and Timestamps
#188
nevi-me
opened
6 years ago
3
Apply rustfmt?
#187
sunchao
closed
6 years ago
3
Add Arrow Support
#186
sunchao
opened
6 years ago
8
Arrow schema converter.
#185
liurenjie1024
closed
5 years ago
15
Add clear error message when Int96 conversion fails
#184
sadikovi
closed
6 years ago
4
CSV to Parquet
#183
nevi-me
opened
6 years ago
9
Patch schema to handle root node repetition and num_children as 0
#182
sadikovi
closed
6 years ago
3
Support unsigned types and timestamp millis in record reader
#181
sadikovi
closed
6 years ago
3
Upgrade parquet format to 2.5.0
#180
sunchao
closed
6 years ago
3
Upgrade to use parquet-format 2.5.0
#179
sunchao
closed
6 years ago
3
Panic when reading parquet files
#178
gnieto
closed
6 years ago
17
How do I write a BigDecimal value?
#177
xrl
opened
6 years ago
6
Fix Parquet version "created by" string
#176
sadikovi
closed
5 years ago
1
API has changed but README is not updated and there are no examples
#175
andygrove
closed
6 years ago
1
How to write a None value to a column
#174
xrl
opened
6 years ago
10
Implement Drop for RowGroupWriter, ColumnWriter, and friends
#173
xrl
opened
6 years ago
16
Add self_type method for ColumnDescriptor
#172
liurenjie1024
closed
6 years ago
1
Fix build error when fetching git hash
#171
sunchao
closed
6 years ago
8
Depending on parquet 0.4.0 from crates errors with git command failure
#170
xrl
closed
6 years ago
2
Fix documentation links
#169
sunchao
closed
6 years ago
2
Release parquet-rs 0.4
#168
sunchao
closed
6 years ago
2
Upgraded rand 0.4 -> 0.5
#167
xrl
closed
6 years ago
3
Parquet-rs 0.3.0 no longer builds with latest Rust nightly
#166
andygrove
closed
6 years ago
4
Next