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