1. e4b28bd Relax zstd-sys Version Pin (#5829) by Ruihang Xia · 6 hours ago master
  2. 5a24119 Minor: Improve arrow_cast documentation (#5825) by Andrew Lamb · 10 hours ago
  3. c2b05cd Check length of `FIXED_LEN_BYTE_ARRAY` for `uuid` logical parquet type (#5821) by Matthijs Brobbel · 30 hours ago
  4. 95ef912 fix(flightsql): remove Any encoding of DoPutPreparedStatementUpdateResult (#5817) by Adam Curtis · 30 hours ago
  5. 1634a65 Allow constructing ByteViewArray from existing blocks (#5796) by Raphael Taylor-Davies · 3 days ago
  6. 7fe01bb Allow overriding the inferred parquet scheme root (#5814) by Raphael Taylor-Davies · 3 days ago
  7. 09e58a4 fix: serialization of decimal (#5801) by Yijie Shen · 3 days ago
  8. 12f57af Minor: Clarify docs on `EnabledStatistics` (#5812) by Andrew Lamb · 3 days ago
  9. c6d089b Minor: Add examples for ColumnPath::from (#5813) by Andrew Lamb · 3 days ago
  10. 9828bf0 Push SortOptions into DynComparator Allowing Nested Comparisons (#5426) (#5792) by Raphael Taylor-Davies · 4 days ago
  11. 54efb65 Revisit List Row Encoding (#5807) (#5811) by Raphael Taylor-Davies · 4 days ago
  12. 1ebd2a4 Add parquet-derive to repository README (#5795) by Kun Huang · 4 days ago
  13. 95791f1 Update proc-macro2 requirement from =1.0.83 to =1.0.84 (#5805) by dependabot[bot] · 5 days ago
  14. 4b5d9bf Fix issue #5800: Handle missing files in list_with_delimiter (#5803) by Hesam Pakdaman · 7 days ago
  15. 7342d36 Fix typo continuation maker -> marker (#5802) by Douglas Anderson · 7 days ago
  16. 4b1feaa Update nix requirement from 0.28.0 to 0.29.0 in /object_store (#5799) by dependabot[bot] · 8 days ago
  17. bd5d4a5 chore: update docs to delineate which are recursive (#5794) by wiedld · 9 days ago
  18. 5e9919f Fix incorrect URL to Parquet CPP types.h (#5790) by Liang-Chi Hsieh · 11 days ago
  19. d65240c Refine ParquetRecordBatchReaderBuilder docs (#5774) by Andrew Lamb · 12 days ago
  20. b07fd5d feat(arrow-json): encode `Binary` and `LargeBinary` types as hex when writing JSON (#5785) by Trevor Hilton · 12 days ago
  21. 3e7e701 Update proc-macro2 requirement from =1.0.82 to =1.0.83 (#5789) by dependabot[bot] · 12 days ago
  22. 3b7923c Update prost-build requirement from =0.12.4 to =0.12.6 (#5788) by dependabot[bot] · 12 days ago
  23. c6b3eaa Refine parquet documentation on types and metadata (#5786) by Andrew Lamb · 12 days ago
  24. cf59b6c Structured interval types for `IntervalMonthDayNano` or `IntervalDayTime` (#3125) (#5654) (#5769) by Raphael Taylor-Davies · 12 days ago
  25. ce8363a Set the default size of BitWriter for DeltdaBitPackEndoer to 1MB (#5776) by Adam Gutglick · 12 days ago
  26. c498eb7 feat: support encoding of binary in CSV writer (#5782) by Trevor Hilton · 12 days ago
  27. 2534976 fix broken link to ballista crate (#5784) by Ed Sweeney · 14 days ago
  28. a126d50 Support casting a `FixedSizedList<T>[1]` to `T` (#5779) by Bo Lin · 2 weeks ago
  29. 30762e8 Encode UUID as FixedLenByteArray in parquet_derive (#5773) by Conrad Ludgate · 2 weeks ago
  30. dfe0f26 Update itertools requirement from 0.12.0 to 0.13.0 in /object_store (#5780) by dependabot[bot] · 2 weeks ago
  31. 28c1cae Fix documentation for parquet `parse_metadata`, `decode_metadata` and `decode_footer` (#5781) by Andrew Lamb · 2 weeks ago
  32. fa2ba9e Improve error message for timestamp queries outside supported range (#5730) by Abi · 2 weeks ago
  33. 0c1e3b8 Remove harmful table lookup optimization for bit operations (#5772) by Hadrien G · 2 weeks ago
  34. 30767a6 Remove deprecated comparison kernels (#4733) (#5768) by Raphael Taylor-Davies · 2 weeks ago
  35. d17b206 feat: Make AsyncArrowWriter accepts AsyncFileWriter (#5753) by Xuanwo · 3 weeks ago
  36. 178ef99 Add environment variable definitions to run the nanoarrow integration tests (#5764) by Dewey Dunnington · 3 weeks ago
  37. 78bda14 Expose boolean builder contents (#5760) by Hadrien G · 3 weeks ago
  38. 7d465b8 Expose the null buffer of every builder that has one (#5754) by Hadrien G · 3 weeks ago
  39. 3566328 Improve repository readme (#5752) by Andrew Lamb · 3 weeks ago
  40. 326231e fix: parse string of scientific notation to decimal when the scale is 0 (#5740) by Yijie Shen · 3 weeks ago
  41. c08feb4 Downgrade to Rust 1.77 in integration pipeline to fix CI (#5719) (#5761) by Raphael Taylor-Davies · 3 weeks ago
  42. 6ab67df Allow specifying comment character for CSV reader (#5759) by Benjamin Bannier · 3 weeks ago
  43. cd39b8c Compute data buffer length by using start and end values in offset buffer (#5741) by Liang-Chi Hsieh · 3 weeks ago
  44. 1c86921 Minor: Document object store release cadence (#5750) by Andrew Lamb · 3 weeks ago
  45. 68ecc16 Document planned release cadence for arrow/parquet/etc (#5737) by Andrew Lamb · 3 weeks ago
  46. 158e54d Fix nested nullability when randomly generating arrays (#5713) by Alex Wilcoxson · 3 weeks ago
  47. 7efe6c2 Add additional WriteMultipart tests (#5743) (#5746) by Raphael Taylor-Davies · 3 weeks ago
  48. 3d3ddb2 Prepare object_store 0.10.1 (#5745) by Raphael Taylor-Davies · 3 weeks ago object_store_0.10.1 object_store_0.10.1-rc1
  49. 02be02b Fix PutPayloadMut::push not updating content_length (#5743) (#5744) by Raphael Taylor-Davies · 3 weeks ago
  50. b25c441 Change `UnionArray` constructors (#5623) by Matthijs Brobbel · 3 weeks ago
  51. 4045fb5 csv: Add support for flexible column lengths (#5679) by Posnet · 3 weeks ago
  52. f67a5ce Update brotli requirement from 5.0 to 6.0 (#5726) by dependabot[bot] · 4 weeks ago
  53. 68d1eef Minor: avoid (likely unreachable) panic in FlightClient (#5734) by Andrew Lamb · 4 weeks ago
  54. e3f1c96 Refactor to share code between do_put and do_exchange calls (#5728) by opensourcegeek · 4 weeks ago
  55. 119db5c Update proc-macro2 requirement from =1.0.81 to =1.0.82 (#5732) by dependabot[bot] · 4 weeks ago
  56. 98784bd Fix Rustdocs (amd64, nightly)" CI check (#5727) by Andrew Lamb · 4 weeks ago
  57. 7568178 Support casting `StringView`/`BinaryView` --> `StringArray`/`BinaryArray`. (#5704) by RinChanNOW · 4 weeks ago
  58. 8f8fb2e Fix `GenericListBuilder` test typo (#5724) by Kikkon · 4 weeks ago
  59. 520ad68 Export object_store integration tests (#5709) by Raphael Taylor-Davies · 4 weeks ago
  60. 0d0c02e Tweak Private Sbbf::new_with_ndv_fpp Documentation (#5718) by Yichi Zhang · 4 weeks ago
  61. d9206ba Deprecate NullBuilder capacity, as it behaves in a surprising way (#5721) by Hadrien G · 4 weeks ago
  62. 2bdc9c1 docs: add sizing explanation to bloom filter docs in parquet (#5705) by Trevor Hilton · 4 weeks ago
  63. b3f06f6 Fix up clippy for Rust 1.78 (#5710) by Andrew Lamb · 4 weeks ago
  64. eb2d00b Fallible stream for arrow-flight do_exchange call (#3462) (#5698) by opensourcegeek · 4 weeks ago
  65. 6348dc3 Accept parquet schemas without explicitly required Map keys (#5630) by Pieter Raubenheimer · 5 weeks ago
  66. bbd85ed Add `ListView` & `LargeListView` basic construction and validation (#5664) by Kikkon · 5 weeks ago
  67. a20d2e5 Fix documentation around handling of nulls in cmp kernels (#5697) by Jeffrey Vo · 5 weeks ago
  68. a61f1dc Support casting `StringArray`/`BinaryArray` --> `StringView` / `BinaryView` (#5686) by RinChanNOW · 5 weeks ago
  69. 08af471 Add `BufWriter::with_attributes` and `::with_tags` in `object_store` (#5693) by nett_hier · 5 weeks ago
  70. 7feb542 Add more attributes (#5690) by nett_hier · 5 weeks ago
  71. 11450ae Arrow Flight SQL example JDBC driver incompatibility (#5666) by Istvan Fodor · 5 weeks ago
  72. 0230795 Remove deprecated JSON writer (#5651) by Raphael Taylor-Davies · 6 weeks ago
  73. ae9b0db Move ffi stream and utils from arrow to arrow-array (#5670) by Alexandre Crayssac · 6 weeks ago
  74. c5b3304 Update object_store 0.10.0 (#5675) by Raphael Taylor-Davies · 6 weeks ago
  75. 50358f6 Fix integration tests by downgrading jobserver (#5673) (#5674) by Raphael Taylor-Davies · 6 weeks ago
  76. cd33319 Prepare object_store 0.10.0 (#5658) by Raphael Taylor-Davies · 6 weeks ago object_store_0.10.0 object_store_0.10.0-rc1
  77. 884a136 Update proc-macro2 requirement from =1.0.80 to =1.0.81 (#5659) by dependabot[bot] · 6 weeks ago
  78. 4b49c34 Add put_multipart_opts (#5435) (#5652) by Raphael Taylor-Davies · 6 weeks ago
  79. f276528 Add Attributes API (#5329) (#5650) by Raphael Taylor-Davies · 7 weeks ago
  80. 34e2ac2 Modify decimal regex to accept positive exponent specifier (#5649) by Josh Casale · 7 weeks ago
  81. 0d031cc feat: JSON encoding of FixedSizeList (#5646) by Trevor Hilton · 7 weeks ago
  82. 0124307 Fix flaky test_cleanup_intermediate_files (#5645) by Raphael Taylor-Davies · 7 weeks ago
  83. 8731760 Support non-contiguous put payloads / vectored writes (#5514) (#5538) by Raphael Taylor-Davies · 7 weeks ago
  84. b9a373d Update proc-macro2 requirement from =1.0.79 to =1.0.80 (#5644) by dependabot[bot] · 7 weeks ago
  85. e88e5aa Implement `filter` kernel for byte view arrays. (#5624) by RinChanNOW · 7 weeks ago
  86. fee6921 fix: panic when casting `ListArray` to `FixedSizeList` (#5643) by Jonah Gao · 7 weeks ago
  87. 883c13a Add more invalid utf8 parquet reader tests (#5639) by Andrew Lamb · 7 weeks ago
  88. 7d929f0 feat(ffi): add run end encoded arrays (#5632) by Filippo Rossi · 7 weeks ago
  89. d84a1a6 String to decimal conversion written using E/scientific notation (#5611) by Nekit2217 · 7 weeks ago
  90. 89767cc Account for Timezone when Casting Timestamp to Date32 (#5605) by Lordworms · 7 weeks ago
  91. 905c46b PrettyPrint support for `StringViewArray` and `BinaryViewArray` (#5634) by Andrew Lamb · 7 weeks ago
  92. a999fb8 Increase BinaryViewArray test coverage (#5635) by Andrew Lamb · 7 weeks ago
  93. 6450527 feat: encode FixedSizeBinary in JSON as hex string (#5622) by Trevor Hilton · 7 weeks ago
  94. 0a1dfb3 Update brotli requirement from 4.0 to 5.0 (#5637) by dependabot[bot] · 7 weeks ago
  95. a094863 Update flatbuffers requirement from 23.1.21 to 24.3.25 (#5636) by dependabot[bot] · 7 weeks ago
  96. a15adf6 Fixed typos in object store (#5629) by Giovanni Manfredi · 7 weeks ago
  97. 36a6e51 Update Flight crate README version (#5621) by Phillip LeBlanc · 7 weeks ago
  98. 91f0b17 feat: support reading and writing`StringView` and `BinaryView` in parquet (part 1) (#5618) by Andrew Lamb · 8 weeks ago
  99. 2c4b321 Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 (#5617) by dependabot[bot] · 8 weeks ago
  100. 755616f Use FixedSizeListArray::new in FixedSizeListBuilder (#5612) by Raphael Taylor-Davies · 8 weeks ago