issues
search
jorgecarleitao
/
arrow2
Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.06k
stars
221
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Rebase to polars-arrow for BinaryView/StringView support
#1607
urvishdesai
opened
9 months ago
0
Add notice about arrow2 being unmaintained to README
#1606
alamb
closed
10 months ago
4
arrow2 cannot read ipc files compressed by official's arrow crate
#1605
Jonarod
opened
10 months ago
0
Append to existing ipc file results in ErrorLocation: InvalidOffset when reading new block
#1604
Jonarod
opened
10 months ago
0
Use `Arc` in `Datatype` to reduce memory use
#1603
emilk
closed
10 months ago
0
oops
#1602
emilk
closed
10 months ago
1
FixedSizeBinaryArray and COW
#1601
ratal
opened
10 months ago
0
Tags / Commits for the 0.18.0 release
#1600
chmp
opened
10 months ago
1
[nightly] When compiling with `+nightly` one symbol is not found.
#1599
keltia
opened
11 months ago
1
Upgrade odbc-api to latest 4.1.0
#1598
ugoa
opened
11 months ago
0
Upgrade odbc-api to stable 4.1.0
#1597
ugoa
opened
11 months ago
0
Support for Utf8View in the Rust library
#1596
urvishdesai
opened
12 months ago
1
deserialize_schema looks not working
#1595
andreclaudino
opened
1 year ago
0
Specify compression per column instead of globally
#1594
ozgrakkurt
opened
1 year ago
0
Crash when loading avro file
#1593
danielsomerfield
opened
1 year ago
0
Compressed IPC Crash in certain cases
#1591
Cambyst
opened
1 year ago
1
Fix some typos, toml fmt and clippys
#1590
b41sh
opened
1 year ago
1
Added try_new for mutable data types
#1589
aryanshomray
opened
1 year ago
0
Move parquet async functionality behind feature flag
#1586
MostlyAmiable
closed
1 year ago
3
Add Float16/Half-float logical type to Parquet
#1585
anjakefala
opened
1 year ago
0
bump chrono to 0.4.31
#1584
sundy-li
closed
1 year ago
1
feat: Add `nested_column_iter_to_arrays` to deserialize inner columns
#1583
b41sh
closed
1 year ago
1
Add a "contains" fast-path to `like_utf8_scalar`
#1582
RyanMarcus
closed
1 year ago
1
chore: add max bytes_estimate to reserve the capacity of binary
#1581
sundy-li
closed
1 year ago
1
fix bitmap new_trued
#1580
Dousir9
closed
1 year ago
1
add new_constant for Bitmap
#1579
Dousir9
closed
1 year ago
2
`infer_records_schema` results in incorrect `Schema` when input json is in non-`Chunk` form
#1578
mnpw
opened
1 year ago
0
Fixed typo
#1576
RyanMarcus
closed
1 year ago
0
fix: fix deserialization of parquets with large string list columns causing stack overflow
#1575
ByteNybbler
closed
1 year ago
2
Improve bitmap slice unchecked
#1574
Dousir9
closed
1 year ago
1
fix: fix nested decimal read and write
#1573
ariesdevil
closed
1 year ago
1
Add test for list_nested_decimal
#1572
ariesdevil
closed
1 year ago
1
fix typo in merge_sort comment
#1571
zhyass
closed
1 year ago
1
fix parquet datatype conversion from arrow
#1570
sundy-li
closed
1 year ago
3
arrow2 0.18.0 release broke against minimal dependencies in the Cargo.toml
#1569
jcreekmore
closed
1 year ago
3
arrow2 0.18.0 release
#1568
ritchie46
opened
1 year ago
2
fix: More types supports cast to LargeList
#1567
reswqa
closed
1 year ago
3
Add `array::downcast_ref` and `array::downcast_mut`
#1566
aldanor
opened
1 year ago
2
Fix the inferred nullability when converting a nested parquet schema to arrow
#1565
jhorstmann
closed
1 year ago
3
Fix: native hashed-hash for MutableDictionaryArray
#1564
aldanor
closed
1 year ago
8
Parse PrimitiveLogicalType::Unknown as Arrow Null DataType
#1563
jaychia
opened
1 year ago
2
MutableDictionaryArray - another rewrite needed
#1562
aldanor
closed
1 year ago
1
2nd (safe) rewrite of MutableDictionaryArray
#1561
aldanor
closed
1 year ago
10
Add support for casting ms and us timestamp
#1560
brayanjuls
closed
1 year ago
1
Revert "MutableDictionaryArray rewrite: use values stored in the array instead of the hash->hash map"
#1559
ritchie46
closed
1 year ago
2
chore: fix clippy
#1558
sundy-li
closed
1 year ago
1
Any plans to add an async flavor for json/ ndjson format?
#1557
chitralverma
opened
1 year ago
0
Incorrect nullability inferred for nested parquet schema
#1556
jhorstmann
closed
1 year ago
2
MutableDictionaryArray rewrite: use values stored in the array instead of the hash->hash map
#1555
aldanor
closed
1 year ago
8
Writing chunked dictionary arrays to IPC currently impossible due to difference in key maps?
#1554
aldanor
closed
1 year ago
1
Next