Sign in
apache
/
arrow-rs
/
HEAD
7efb395
Minor cleanup creating Schema (#8391)
by Andrew Lamb
· 12 hours ago
main
8394659
[Variant] Fix NULL handling for shredded object fields (#8395)
by Ryan Johnson
· 25 hours ago
06c638f
Docs: Add more comments to the Parquet writer code (#8383)
by Andrew Lamb
· 29 hours ago
ca8e31e
[Variant] Define new shred_variant function (#8366)
by Ryan Johnson
· 29 hours ago
18be750
Follow-up Improvements to Avro union handling (#8385)
by Connor Sanders
· 30 hours ago
7ac9db7
[Variant] [Shredding] feat: Support typed_access for Date32 (#8379)
by Li Jiaying
· 30 hours ago
4431adf
[Geospatial]: Add CI checks for `parquet-geospatial` crate (#8390)
by Kyle Barron
· 30 hours ago
138368c
fix: reset the offset of 'file_for_view' (#8381)
by Van De Bio
· 30 hours ago
e4d9942
[Geospatial]: Scaffolding for new `parquet-geospatial` crate (#8375)
by Kyle Barron
· 34 hours ago
ae8e6c6
Update version to `56.2.0`, add changelog (#8372)
by Andrew Lamb
· 2 days ago
56.2.0-rc1
322745d
Enable parallel writing across row groups when writing encrypted parquet (#8162)
by Rok Mihevc
· 2 days ago
f4840f6
[Variant] Implement new VariantValueArrayBuilder (#8360)
by Ryan Johnson
· 2 days ago
aed2f3b
Add arrow-avro Reader support for Dense Union and Union resolution (Part 1) (#8348)
by Connor Sanders
· 3 days ago
1f77ac5
[Variant] Support Variant to PrimitiveArrow for unsigned integer (#8369)
by Congxian Qiu
· 3 days ago
d6f40ce
[Variant] Allow lossless casting from integer to floating point (#8357)
by Ryan Johnson
· 3 days ago
d74d9ba
Adds Map & Enum support, round-trip & benchmark tests (#8353)
by nathaniel-d-ef
· 3 days ago
b06996bb7
[Variant] [Shredding] Support typed_access for Utf8 and BinaryView (#8364)
by Peter Nguyen
· 3 days ago
2ec77b5
Update `variant_integration` test to use final approved `parquet-testing` data (#8325)
by Andrew Lamb
· 4 days ago
7696432
Fix casting floats to Decimal64 (#8363)
by Adam Gutglick
· 4 days ago
df8b38e
[Variant] Add constants for empty variant metadata (#8359)
by Ryan Johnson
· 4 days ago
89b4b13
[Variant] Minor code cleanups (#8356)
by Ryan Johnson
· 4 days ago
477d69e
[Variant] Remove unused metadata from variant ShreddingState (#8355)
by Ryan Johnson
· 4 days ago
9f74e61
[Variant] [Shredding] feat: Support typed_access for FixedSizeBinary (#8352)
by Peter Nguyen
· 5 days ago
ca07b06
Add projection with default values support to `RecordDecoder` (#8293)
by Connor Sanders
· 5 days ago
71eede6
[Variant] Add tests for variant_get requesting Some struct (#8343)
by Ryan Johnson
· 5 days ago
0fbc18d
improve performance of i256 to f64 (#8041)
by Congxian Qiu
· 5 days ago
378e9c2
[Variant] Make VariantToArrowRowBuilder an enum (#8345)
by Ryan Johnson
· 5 days ago
bfdc31b
[Variant] Add nullable arg to StructArrayBuilder::with_field (#8342)
by Ryan Johnson
· 6 days ago
20ccf5f
[Variant] feat: Support typed_access for Boolean (#8346)
by Alex Huang
· 6 days ago
6407c7e
[Variant] Rename VariantShreddingRowBuilder to VariantToArrowRowBuilder (#8344)
by Ryan Johnson
· 7 days ago
eb10a42
Add arrow-avro examples and Reader documentation (#8316)
by Connor Sanders
· 8 days ago
d4ff12f
Fix `can_cast_types` for temporal to `Utf8View` (#8328)
by Piotr Findeisen
· 8 days ago
2c79a4f
[Variant] ParentState tracks builder-specific state in a uniform way (#8324)
by Ryan Johnson
· 8 days ago
70f9250
Adds additional type support to arrow-avro writer (#8298)
by nathaniel-d-ef
· 8 days ago
d082476
Minor: avoid an `Arc::clone` in CacheOptions for Parquet PredicateCache (#8338)
by Andrew Lamb
· 8 days ago
30a7798
Parquet: Avoid page-size overflows i32 (#8264)
by mwish
· 8 days ago
7b8f1f1
Expose predicates from RowFilter (#8315)
by Ben Ye
· 8 days ago
aa626e1
[Parquet] Add ParquetMetadataPushDecoder (#8080)
by Andrew Lamb
· 9 days ago
7e38bbb
[Variant] Move VariantAsPrimitive to type_conversions.rs (#8321)
by Ryan Johnson
· 9 days ago
2824638
[Variant] Remove boilerplate from make_shredding_row_builder (#8322)
by Ryan Johnson
· 9 days ago
567f441
Add array/map/fixed schema resolution and default value support to arrow-avro codec (#8292)
by Connor Sanders
· 9 days ago
226a425
[Variant] Remove unused output builder files (#8320)
by Ryan Johnson
· 9 days ago
dc9c3cd
[Variant] Implement row builders for cast_to_variant (#8299)
by Ryan Johnson
· 10 days ago
f751a45
chore(parquet/record/field): dont truncate timestamps on display (#8266)
by Roman Shanin
· 10 days ago
77df2ee
[Variant] add strict mode to cast_to_variant (#8233)
by Yan Tingwang
· 11 days ago
d9a4b39
Add `variant_experimental` feature to `parquet` crate (#8133)
by Andrew Lamb
· 12 days ago
fb7d02e
[Variant] Support Shredded Objects in variant_get (take 2) (#8280)
by Ryan Johnson
· 12 days ago
4b8cbe2
Add Decimal32 and Decimal64 support to arrow-avro Reader (#8255)
by Connor Sanders
· 12 days ago
911940f
Added List and Struct Encoding to arrow-avro Writer (#8274)
by Connor Sanders
· 12 days ago
0c7cb2a
Parquet: Do not compress v2 data page when compress is bad quality (#8257)
by mwish
· 13 days ago
e5ead92
Use apache/arrow-dotnet for integration test (#8295)
by Sutou Kouhei
· 13 days ago
964805f
Update docstring comment for Writer::write() in writer.rs (#8267)
by Koustubh Rao
· 2 weeks ago
1c4d925
feat: `SSLKEYLOGFILE` support for flight CLI (#8239)
by Marco Neumann
· 2 weeks ago
8c80fe1
Added arrow-avro enum mapping support for schema resolution (#8223)
by Connor Sanders
· 2 weeks ago
2a8b183
[Variant] Refactor `cast_to_variant` (#8235)
by Liam Bao
· 2 weeks ago
cd676cd
[Variant] Add as_u* for Variant (#8284)
by Congxian Qiu
· 2 weeks ago
bffad59
[Parquet] Write row group with async writer (#8262)
by Lilian Maurel
· 2 weeks ago
3ee1d2c
Bump actions/labeler from 6.0.0 to 6.0.1 (#8288)
by dependabot[bot]
· 2 weeks ago
ad1f86e
Bump actions/github-script from 7 to 8 (#8287)
by dependabot[bot]
· 2 weeks ago
471f3b1
[Minor] Backport changes to metadata benchmark (#8251)
by Ed Seidl
· 2 weeks ago
9709c09
Add into_builder method for WriterProperties (#8272)
by Corwin Joy
· 2 weeks ago
07b2503
Impl `Display` for `Tz` (#8275)
by Kyle Barron
· 2 weeks ago
0ba91ae
Bump actions/labeler from 5.0.0 to 6.0.0 (#8276)
by dependabot[bot]
· 2 weeks ago
1642714
Added arrow-avro schema resolution value skipping (#8220)
by Connor Sanders
· 2 weeks ago
25cc570
[Variant] Support typed access for numeric types in variant_get (#8179)
by superserious-dev
· 2 weeks ago
db2403c
Bump actions/setup-node from 4 to 5 (#8279)
by dependabot[bot]
· 2 weeks ago
d82c5a5
Bump actions/setup-python from 5 to 6 (#8278)
by dependabot[bot]
· 2 weeks ago
07e0953
Adds Confluent wire format handling to arrow-avro crate (#8242)
by nathaniel-d-ef
· 2 weeks ago
4506998
feat: gRPC compression support for flight CLI (#8240)
by Marco Neumann
· 3 weeks ago
3dcd23f
Sort: Change lexsort comment from stable to unstable (#8245)
by mwish
· 3 weeks ago
1e45aae
Update hashbrown requirement from 0.15.1 to 0.16.0 (#8248)
by dependabot[bot]
· 3 weeks ago
986a7d4
[Variant] Add Variant::as_f16 (#8232)
by Congxian Qiu
· 3 weeks ago
f337933
pin comfy-table to 7.1.2 (#8244)
by Zach Schuermann
· 3 weeks ago
1dacecb
Unpin nightly rust version (MIRI job) (#8229)
by Matthijs Brobbel
· 4 weeks ago
6090e75
[Variant] feat: remove unnecessary unwraps in `Object::finish` (#8214)
by Alex Huang
· 4 weeks ago
7360b3b
[Variant] Allow appending raw object/list bytes to variant builders (#8141)
by Ryan Johnson
· 4 weeks ago
09f66c8
[Variant]: Implement `DataType::Duration` support for `cast_to_variant` kernel (#8215)
by Liam Bao
· 4 weeks ago
c48b1ad
Fix error condition in doc comment of `Field::try_canonical_extension_type` (#8216)
by Matthijs Brobbel
· 4 weeks ago
ad756f9
[avro] Support all default types for avro schema's record field (#8210)
by Yongkyun Lee
· 4 weeks ago
8d184e1
Bump actions/upload-pages-artifact from 3 to 4 (#8224)
by dependabot[bot]
· 4 weeks ago
d880a01
Update apache-avro requirement from 0.14.0 to 0.20.0 (#8226)
by dependabot[bot]
· 4 weeks ago
a620957
[Variant] Support read-only metadata builders (#8208)
by Ryan Johnson
· 4 weeks ago
c83c6b2
[avro] Fix Avro decoder bitmap corruption when nullable field decoding fails (#8213)
by Yongkyun Lee
· 4 weeks ago
32b385b
[Variant] VariantArrayBuilder uses MetadataBuilder and ValueBuilder (#8206)
by Ryan Johnson
· 4 weeks ago
0c4e58f
[Variant]: Implement `DataType::Union` support for `cast_to_variant` kernel (#8196)
by Liam Bao
· 4 weeks ago
81867eb
[Variant] Implement `VariantArray::value` for shredded variants (#8105)
by Congxian Qiu
· 4 weeks ago
4009514
[Variant] feat: add support for casting MapArray to VariantArray (#8177)
by Alex Huang
· 4 weeks ago
cc1dc6c
Restore accidentally removed method Block::to_ne_bytes (#8211)
by Jörn Horstmann
· 4 weeks ago
26c9c7a
Add benchmarks for arrow-avro writer (#8165)
by Connor Sanders
· 4 weeks ago
549709f
[Variant]: Implement DataType::List/LargeList support for cast_to_variant kernel (#8201)
by Kosta Tarasov
· 4 weeks ago
76b75ee
Prepare for `56.1.0` release (#8202)
by Andrew Lamb
· 4 weeks ago
56.1.0
56.1.0-rc1
cec24a0
[Variant] Caller provides ParentState to ValueBuilder methods (#8189)
by Ryan Johnson
· 4 weeks ago
d5701d2
[Variant] Enhance the variant fuzzy test to cover time/timestamp/uuid primitive type (#8200)
by Congxian Qiu
· 4 weeks ago
c71edce
[Variant] VariantArrayBuilder tracks only offsets (#8193)
by Ryan Johnson
· 4 weeks ago
a9b4221
Implement `ArrayBuilder` for `UnionBuilder` (#8169)
by Jochen Görtler
· 4 weeks ago
be0ede7
[Variant] ParentState handles finish/rollback for builders (#8185)
by Ryan Johnson
· 4 weeks ago
8875504
arrow-row: Document dictionary handling (#8168)
by Andrew Lamb
· 4 weeks ago
ebb6ede
[Variant]: Implement `DataType::RunEndEncoded` support for `cast_to_variant` kernel (#8174)
by Liam Bao
· 4 weeks ago
62770b6
[Variant]: Implement `DataType::Dictionary` support for `cast_to_variant` kernel (#8173)
by Liam Bao
· 4 weeks ago
653ca78
[Variant] Rename ValueBuffer as ValueBuilder (#8187)
by Ryan Johnson
· 4 weeks ago
Next »