commits
Thread
Date
Earlier messages
Messages by Date
2026/04/17
(arrow-rs-object-store) branch main updated: feat(local): explicit close with error checking for LocalFileSystem (#676)
mneumann
2026/04/17
(arrow) branch main updated: GH-49743: [Release] Split the vote thread preparation into its own shell script (#49770)
raulcd
2026/04/16
(arrow-rs) branch main updated: [Parquet] perf: preallocate capacity for ArrayReaderBuilder (#9093)
dheres
2026/04/16
(arrow) branch main updated: GH-49757: [Release][CI] export SSL_CERT_FILE to bypass incompatibility with OpenSSL on RHEL-8 (#49769)
kou
2026/04/16
(arrow-adbc) branch main updated: docs(javascript): create docs for javascript implementation (#4232)
brycemecum
2026/04/16
(arrow-java) branch dependabot/maven/flight/flight-sql-jdbc-core/org.bouncycastle-bcpkix-jdk18on-1.84 created (now 636f71e6c)
github-bot
2026/04/16
(arrow-rs) branch main updated: Improve take performance on List arrays (#9643)
alamb
2026/04/16
(arrow-rs) branch asf-site updated (3fda436516 -> 95e4f428a7)
github-bot
2026/04/16
(arrow-rs) branch main updated: fix: ParquetError when reading corrupt parquet file with truncated data instead of Panic (#9725)
alamb
2026/04/16
(arrow-rs) branch main updated: remove panics in unshred variant (#9741)
scovich
2026/04/16
(arrow-rs) branch asf-site updated (05f1d223c4 -> d7514791a6)
github-bot
2026/04/16
(arrow-rs) branch main updated: Add benchmark for ListView interleave (#9738)
alamb
2026/04/16
Re: [PR] Website: Add blog post for 24.0.0 [arrow-site]
via GitHub
2026/04/16
(arrow-rs) branch asf-site updated (5d8279f7e9 -> 05f1d223c4)
github-bot
2026/04/16
(arrow-rs) branch main updated: Refactor `RleEncoder::flush_bit_packed_run` to make flow clearer (#9735)
etseidl
2026/04/16
Re: [PR] Website: Add blog post for 24.0.0 [arrow-site]
via GitHub
2026/04/16
(arrow-rs) branch asf-site updated (89a60f9c7d -> 5d8279f7e9)
github-bot
2026/04/16
(arrow-rs) branch main updated: [Variant] Take top-level nulls into consideration when extracting perfectly shredded children (#9702)
alamb
2026/04/16
(arrow-rs) branch asf-site updated (9f48922a0e -> 89a60f9c7d)
github-bot
2026/04/16
(arrow-rs) branch main updated: arrow-arith: fix 'occured' -> 'occurred' in arity.rs comments (#9736)
alamb
2026/04/16
(arrow-rs) branch asf-site updated (769e9179ee -> 9f48922a0e)
github-bot
2026/04/16
(arrow-rs) branch main updated: Fix clippy warning in fixed_size_binary_array.rs (#9712)
alamb
2026/04/16
(arrow-rs) branch main updated: feat(parquet): precompute `offset_index_disabled` at build-time (#9724)
alamb
2026/04/16
Re: [PR] Website: Add blog post for 24.0.0 [arrow-site]
via GitHub
2026/04/16
Re: [PR] Website: Add blog post for 24.0.0 [arrow-site]
via GitHub
2026/04/15
(arrow-rs) branch asf-site updated (6e4b738116 -> 1f35fd5c26)
github-bot
2026/04/15
(arrow-rs) branch main updated: Add a test for reading nested REE data in json (#9634)
jeffreyvo
2026/04/15
(arrow-rs) branch main updated: ci: use ubuntu-slim runner for lightweight CI jobs (#9630)
jeffreyvo
2026/04/15
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/15
(arrow-adbc) branch dependabot/cargo/rust/tokio-1.52.0 deleted (was b3175bab4)
lidavidm
2026/04/15
(arrow-adbc) branch main updated: chore(rust): bump tokio from 1.51.0 to 1.52.0 (#4222)
lidavidm
2026/04/15
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/15
(arrow-adbc) branch main updated: feat(java/driver/jni): implement get/set catalog/schema (#4229)
lidavidm
2026/04/15
(arrow-rs) branch main updated: [Variant] Support Binary/LargeBinary children (#9610)
alamb
2026/04/15
(arrow-rs) branch main updated: Fedora license audit (#9704)
alamb
2026/04/15
(arrow-rs) branch main updated: Optimize RowNumberReader to be 8x faster (#9680)
alamb
2026/04/15
(arrow-rs) branch main updated: feat(parquet): add wide-schema writer overhead benchmark (#9723)
alamb
2026/04/15
(arrow-go) branch main updated: perf: optimize ARM64 NEON min/max assembly (#748)
zeroshade
2026/04/15
(arrow-rs-object-store) branch dependabot/github_actions/actions/github-script-9 deleted (was 2909215)
github-bot
2026/04/15
(arrow-rs-object-store) branch main updated: build(deps): bump actions/github-script from 8 to 9 (#692)
mneumann
2026/04/15
(arrow) branch main updated: Update Parquet Variant support in status table
alamb
2026/04/15
(arrow-rs) branch main updated: Support `GenericListViewArray::new_unchecked` and refactor `ListView` json decoder (#9648)
alamb
2026/04/15
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/15
(arrow-adbc) branch dependabot/nuget/csharp/Azure.Identity-1.21.0 deleted (was 3fe067eda)
github-bot
2026/04/15
(arrow-adbc) branch dependabot/nuget/csharp/Microsoft.SourceLink.GitHub-10.0.202 deleted (was 7fa3a7d20)
github-bot
2026/04/15
(arrow-adbc) branch main updated: chore(csharp): Bump Microsoft.SourceLink.GitHub from 10.0.201 to 10.0.202 (#4225)
curth
2026/04/15
(arrow-adbc) branch dependabot/nuget/csharp/OpenTelemetry-1.15.2 deleted (was dfdeb21d1)
github-bot
2026/04/15
(arrow-adbc) branch dependabot/nuget/csharp/OpenTelemetry.Exporter.Console-1.15.2 deleted (was 20975e4a0)
github-bot
2026/04/15
(arrow) branch main updated: GH-48926: [C++] Upgrade Abseil/Protobuf/GRPC/Google-Cloud-CPP bundled versions (#48964)
raulcd
2026/04/15
(arrow) branch main updated: GH-49745: [Docs][Python] Fix doctests failure in substrait.rst (#49754)
raulcd
2026/04/15
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/15
(arrow-adbc) branch main updated: chore: bump the actions group with 2 updates (#4223)
lidavidm
2026/04/15
(arrow-adbc) branch dependabot/github_actions/actions-28c2d732be deleted (was e78dc5175)
github-bot
2026/04/15
(arrow) branch main updated: GH-49725: [CI] Use environment variables instead of template expressions in workflow run blocks (#49733)
kou
2026/04/15
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/15
(arrow-adbc) branch dependabot/go_modules/go/adbc/modernc.org/sqlite-1.48.2 deleted (was 5d5a0e769)
github-bot
2026/04/15
(arrow-adbc) branch main updated: chore(go/adbc): bump modernc.org/sqlite from 1.48.1 to 1.48.2 (#4217)
lidavidm
2026/04/15
Re: [PR] Website: Add blog post for 24.0.0 [arrow-site]
via GitHub
2026/04/14
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/14
(arrow-adbc) branch dependabot/go_modules/go/adbc/modernc.org/sqlite-1.48.2 updated (90837c9d1 -> 5d5a0e769)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/go_modules/go/adbc/google.golang.org/api-0.276.0 deleted (was 85f887d82)
lidavidm
2026/04/14
(arrow-adbc) branch main updated: chore(go/adbc): bump google.golang.org/api from 0.275.0 to 0.276.0 in /go/adbc (#4219)
lidavidm
2026/04/14
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/14
(arrow-adbc) branch main updated: feat(java/driver/jni): implement commit/rollback (#4212)
lidavidm
2026/04/14
(arrow-adbc) branch main updated: feat(java/driver/jni): implement get/set option (#4203)
lidavidm
2026/04/14
(arrow-adbc) branch dependabot/maven/java/org.apache.derby-derbytools-10.17.1.0 deleted (was e159aed03)
lidavidm
2026/04/14
(arrow-adbc) branch dependabot/maven/java/org.apache.derby-derby-10.17.1.0 deleted (was c536dfe77)
lidavidm
2026/04/14
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/14
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/14
(arrow-adbc) branch dependabot/go_modules/go/adbc/google.golang.org/api-0.276.0 updated (2bbf76447 -> 85f887d82)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/go_modules/go/adbc/golang-org-x-9d73b188e2 deleted (was a82fde8fc)
lidavidm
2026/04/14
(arrow-adbc) branch main updated: chore(go/adbc): bump golang.org/x/tools from 0.43.0 to 0.44.0 (#4213)
lidavidm
2026/04/14
(arrow-adbc) branch dependabot/cargo/rust/tokio-1.52.0 updated (f1dc7281d -> b3175bab4)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/maven/java/linters-5044a62b5a deleted (was 9ad88e990)
lidavidm
2026/04/14
(arrow-adbc) branch main updated: chore(java): bump com.uber.nullaway:nullaway from 0.13.2 to 0.13.3 (#4214)
lidavidm
2026/04/14
(arrow-adbc) branch main updated: chore(rust): bump test-with from 0.16.0 to 0.16.1 (#4221)
lidavidm
2026/04/14
(arrow-adbc) branch dependabot/cargo/rust/test-with-0.16.1 deleted (was 9d23c2051)
github-bot
2026/04/14
(arrow-swift) branch dependabot/github_actions/actions/cache-5.0.5 deleted (was 0445b0b)
kou
2026/04/14
(arrow-swift) branch main updated: chore: bump actions/cache from 5.0.4 to 5.0.5 (#157)
kou
2026/04/14
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/14
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/14
(arrow-adbc) branch dependabot/go_modules/go/adbc/github.com/snowflakedb/gosnowflake-1.19.1 deleted (was fe3430b19)
github-bot
2026/04/14
(arrow-adbc) branch main updated: chore(go/adbc): bump github.com/snowflakedb/gosnowflake from 1.19.0 to 1.19.1 in /go/adbc (#4220)
zeroshade
2026/04/14
(arrow-adbc) branch dependabot/go_modules/go/adbc/cloud.google.com/go/bigquery-1.76.0 deleted (was fd37f7e6d)
github-bot
2026/04/14
(arrow-adbc) branch main updated: chore(go/adbc): bump cloud.google.com/go/bigquery from 1.75.0 to 1.76.0 in /go/adbc (#4216)
zeroshade
2026/04/14
(arrow-rs) branch main updated: chore(deps): bump actions/upload-pages-artifact from 4 to 5 (#9713)
alamb
2026/04/14
(arrow-adbc) branch dependabot/cargo/rust/test-with-0.16.1 created (now 9d23c2051)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/nuget/csharp/OpenTelemetry.Exporter.Console-1.15.2 created (now 20975e4a0)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/nuget/csharp/Microsoft.SourceLink.GitHub-10.0.202 created (now 7fa3a7d20)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/nuget/csharp/OpenTelemetry-1.15.2 created (now dfdeb21d1)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/github_actions/actions-28c2d732be created (now e78dc5175)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/go_modules/go/adbc/google.golang.org/api-0.276.0 created (now 2bbf76447)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/nuget/csharp/Azure.Identity-1.21.0 created (now 3fe067eda)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/maven/java/org.apache.derby-derby-10.17.1.0 created (now c536dfe77)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/cargo/rust/tokio-1.52.0 created (now f1dc7281d)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/go_modules/go/adbc/modernc.org/sqlite-1.48.2 created (now 90837c9d1)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/maven/java/org.apache.derby-derbytools-10.17.1.0 created (now e159aed03)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/go_modules/go/adbc/cloud.google.com/go/bigquery-1.76.0 created (now fd37f7e6d)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/go_modules/go/adbc/golang-org-x-9d73b188e2 created (now a82fde8fc)
github-bot
2026/04/14
(arrow-adbc) branch dependabot/maven/java/linters-5044a62b5a created (now 9ad88e990)
github-bot
2026/04/14
(arrow-go) branch main updated: `UnsafeAppendBoolToBitmap` for dictionary and REE builders (#758)
zeroshade
2026/04/14
(arrow-go) branch main updated: feat(arrow/array): add Validate/ValidateFull to binary and string arrays (#747)
zeroshade
2026/04/14
(arrow-rs) branch main updated: Add mutable bitwise operations to `BooleanArray` and `NullBuffer::union_many` (#9692)
alamb
2026/04/14
Re: [PR] Website: Add blog post for 24.0.0 [arrow-site]
via GitHub
2026/04/14
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/14
Re: [PR] Website: Add blog post for 24.0.0 [arrow-site]
via GitHub
2026/04/14
Re: [PR] Website: Add blog post for 24.0.0 [arrow-site]
via GitHub
2026/04/14
(arrow-adbc) branch dependabot/github_actions/actions-ce2aba841c deleted (was 8bf1cecc6)
github-bot
2026/04/14
(arrow-adbc) branch main updated: chore: bump the actions group across 1 directory with 3 updates (#4193)
zeroshade
2026/04/14
Re: [PR] Website: Add blog post for 24.0.0 [arrow-site]
via GitHub
2026/04/14
[PR] Website: Add blog post for 24.0.0 [arrow-site]
via GitHub
2026/04/14
(arrow-go) branch main updated (17694053 -> 073bb062)
zeroshade
2026/04/14
(arrow) branch main updated: GH-49684: [MATLAB] Introduce deprecation warnings for "legacy" Feather V1 functions `featherread` and `featherwrite` (#49705)
kevingurney
2026/04/14
(arrow-go) branch zeroshade-patch-1 deleted (was 05ec3435)
zeroshade
2026/04/14
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/14
(arrow-go) branch zeroshade-patch-1 updated (9d1d9cdf -> 05ec3435)
zeroshade
2026/04/14
(arrow-go) branch zeroshade-patch-1 updated (06f4d007 -> 9d1d9cdf)
zeroshade
2026/04/14
(arrow) branch main updated: GH-49728: [CI] Set persist-credentials: false in checkout actions (#49734)
thisisnic
2026/04/14
(arrow-adbc) branch main updated: feat(java/driver/jni): allow loading shared library from external path (#4211)
lidavidm
2026/04/14
(arrow) branch release-24.0.0-rc0 created (now 31b4b6c0a0)
raulcd
2026/04/14
svn commit: r83790 - dev/arrow/apache-arrow-24.0.0-rc0
raulcd
2026/04/14
(arrow) annotated tag apache-arrow-24.0.0-rc0 updated (31b4b6c0a0 -> c2eb86964c)
raulcd
2026/04/14
(arrow-rs) branch dependabot/github_actions/actions/upload-pages-artifact-5 created (now 355adf8d08)
github-bot
2026/04/14
(arrow) branch maint-24.0.0 updated (a74cb6aad9 -> 2d6b12c9ca)
raulcd
2026/04/14
(arrow) branch main updated: GH-49716: [C++] FixedShapeTensorType::Deserialize should strictly validate serialized metadata (#49718)
raulcd
2026/04/14
(arrow) branch main updated: GH-49737: [R][CI] Disable Rhub GCC 12 and GCC 13 with LTO jobs - images no longer match CRAN (#49739)
thisisnic
2026/04/14
(arrow) branch main updated: MINOR: [CI][C++] Show machine info in Linux GHA jobs (#49736)
apitrou
2026/04/14
(arrow-swift) branch dependabot/github_actions/actions/cache-5.0.5 created (now 0445b0b)
github-bot
2026/04/14
(arrow) branch maint-24.0.0 updated (871a0c6656 -> a74cb6aad9)
raulcd
2026/04/14
(arrow) branch main updated: GH-49614: [C++] Report an error instead of silent truncation in base64_decode on invalid input (#49660)
kou
2026/04/14
(arrow-adbc) branch asf-site updated: publish documentation
github-bot
2026/04/14
(arrow-adbc) branch dependabot/uv/c/driver/postgresql/validation/pytest-9.0.3 deleted (was 92e93c442)
lidavidm
2026/04/14
(arrow-adbc) branch main updated: chore: bump pytest from 9.0.2 to 9.0.3 in /c/driver/postgresql/validation (#4208)
lidavidm
2026/04/13
(arrow-adbc) branch dependabot/uv/c/driver/postgresql/validation/pytest-9.0.3 created (now 92e93c442)
github-bot
2026/04/13
(arrow-js) branch dependabot/npm_and_yarn/types/node-25.6.0 deleted (was fcc7b56)
kou
2026/04/13
(arrow-js) branch main updated: chore: bump @types/node from 25.3.1 to 25.6.0 (#426)
kou
2026/04/13
(arrow-js) branch main updated: chore: bump actions/cache from 5.0.4 to 5.0.5 (#425)
kou
2026/04/13
(arrow-js) branch dependabot/github_actions/actions/cache-5.0.5 deleted (was 45bf91f)
kou
2026/04/13
(arrow-js) branch dependabot/github_actions/actions/upload-artifact-7.0.1 deleted (was 5677484)
kou
2026/04/13
(arrow-js) branch main updated: chore: bump actions/upload-artifact from 7.0.0 to 7.0.1 (#424)
kou
2026/04/13
(arrow) branch main updated: MINOR: [CI] Bump actions/github-script from 8 to 9 (#49722)
kou
2026/04/13
(arrow) branch dependabot/github_actions/actions/github-script-9 deleted (was 05ff10ce1a)
github-bot
2026/04/13
(arrow) branch dependabot/github_actions/matlab-actions/setup-matlab-3.0.1 deleted (was ea159a7977)
github-bot
2026/04/13
(arrow) branch main updated: MINOR: [CI] Bump matlab-actions/setup-matlab from 2.7.0 to 3.0.1 (#49721)
kou
2026/04/13
(arrow) branch dependabot/github_actions/matlab-actions/setup-matlab-3.0.1 updated (f9900f90e6 -> ea159a7977)
github-bot
2026/04/13
(arrow) branch dependabot/github_actions/matlab-actions/run-tests-3.0.0 deleted (was a32b250b16)
github-bot
2026/04/13
(arrow) branch main updated: MINOR: [CI] Bump matlab-actions/run-tests from 2.3.1 to 3.0.0 (#49665)
kou
2026/04/13
(arrow-go) branch zeroshade-patch-1 created (now 06f4d007)
zeroshade
2026/04/13
(arrow-go) 01/01: fix(arrow): formatting lint issue
zeroshade
2026/04/13
(arrow-go) branch main updated: chore: replace golang.org/x/xerrors for stdlib errors (#763)
zeroshade
2026/04/13
(arrow-js) branch dependabot/npm_and_yarn/typescript-5.9.3 deleted (was 4c2fc5e)
github-bot
2026/04/13
(arrow-js) branch dependabot/npm_and_yarn/typescript-6.0.2 created (now bc83640)
github-bot
2026/04/13
(arrow-js) branch dependabot/npm_and_yarn/eslint-plugin-unicorn-64.0.0 created (now 9033e55)
github-bot
2026/04/13
(arrow-js) branch dependabot/npm_and_yarn/eslint-plugin-unicorn-63.0.0 deleted (was f406f5b)
github-bot
2026/04/13
(arrow-js) branch dependabot/npm_and_yarn/ts-jest-29.4.9 created (now 99f6edc)
github-bot
2026/04/13
(arrow-js) branch dependabot/npm_and_yarn/ts-jest-29.4.6 deleted (was 6b1902d)
github-bot
2026/04/13
(arrow-js) branch dependabot/npm_and_yarn/types/node-25.6.0 created (now fcc7b56)
github-bot
2026/04/13
(arrow-js) branch dependabot/github_actions/actions/upload-artifact-7.0.1 created (now 5677484)
github-bot
2026/04/13
(arrow-js) branch dependabot/github_actions/actions/cache-5.0.5 created (now 45bf91f)
github-bot
2026/04/13
(arrow-go) branch dependabot/go_modules/github.com/substrait-io/substrait-go/v8-8.0.1 deleted (was 6f050910)
zeroshade
2026/04/13
(arrow-go) branch main updated: chore: Bump github.com/substrait-io/substrait-go/v8 from 8.0.0 to 8.0.1 (#769)
zeroshade
2026/04/13
(arrow-go) branch dependabot/go_modules/modernc.org/sqlite-1.48.2 deleted (was 11849c2b)
zeroshade
2026/04/13
(arrow-go) branch main updated: chore: Bump modernc.org/sqlite from 1.48.1 to 1.48.2 (#768)
zeroshade
2026/04/13
(arrow-go) branch dependabot/go_modules/golang.org/x/sys-0.43.0 deleted (was 82b2fd3d)
zeroshade
2026/04/13
(arrow-go) branch main updated: chore: Bump golang.org/x/sys from 0.42.0 to 0.43.0 (#767)
zeroshade
2026/04/13
(arrow-go) branch main updated: chore: Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#766)
zeroshade
2026/04/13
(arrow-go) branch dependabot/github_actions/actions/upload-artifact-7.0.1 deleted (was 659e98b7)
zeroshade
2026/04/13
(arrow-go) branch dependabot/github_actions/actions/github-script-9.0.0 deleted (was 07a2d0dd)
zeroshade
2026/04/13
(arrow-go) branch main updated: chore: Bump actions/github-script from 8.0.0 to 9.0.0 (#765)
zeroshade
2026/04/13
(arrow-go) branch main updated: refactor(parquet/cmd): replace uses of github.com/docopt/docopt-go (#764)
zeroshade
2026/04/13
(arrow-go) branch dependabot/go_modules/modernc.org/sqlite-1.48.2 created (now 11849c2b)
github-bot
2026/04/13
(arrow-go) branch dependabot/github_actions/actions/github-script-9.0.0 created (now 07a2d0dd)
github-bot
2026/04/13
(arrow-go) branch dependabot/go_modules/github.com/substrait-io/substrait-go/v8-8.0.1 created (now 6f050910)
github-bot
2026/04/13
(arrow-go) branch dependabot/go_modules/golang.org/x/sys-0.43.0 created (now 82b2fd3d)
github-bot
2026/04/13
(arrow-go) branch dependabot/github_actions/actions/upload-artifact-7.0.1 created (now 659e98b7)
github-bot
2026/04/13
(arrow-rs) branch main updated: feat(parquet): add `push_decoder` benchmark for `PushBuffers` overhead (#9696)
alamb
2026/04/13
(arrow-rs) branch dependabot/pip/parquet/pytest/pytest-9.0.3 deleted (was 519a65f2b0)
github-bot
2026/04/13
(arrow-rs) branch main updated: chore(deps): bump pytest from 7.2.0 to 9.0.3 in /parquet/pytest (#9706)
alamb
2026/04/13
(arrow-rs) branch dependabot/pip/parquet/pytest/pytest-9.0.3 created (now 519a65f2b0)
github-bot
2026/04/13
(arrow-rs) branch main updated: Add `finish_preserve_values` to `ArrayBuilder` trait (#9601)
alamb
2026/04/13
(arrow-rs) branch main updated: [Arrow] Add API to check if `Field` has a valid `ExtensionType` (#9677)
alamb
2026/04/13
(arrow) branch dependabot/github_actions/actions/github-script-9 created (now 05ff10ce1a)
github-bot
2026/04/13
(arrow) branch dependabot/github_actions/matlab-actions/setup-matlab-3.0.0 deleted (was 209e4b26b1)
github-bot
2026/04/13
(arrow) branch dependabot/github_actions/matlab-actions/setup-matlab-3.0.1 created (now f9900f90e6)
github-bot
2026/04/13
(arrow-go) branch main updated: chore: remove tools.go files in favor of go.mod "tool" directive (#759)
zeroshade
2026/04/13
(arrow-go) branch main updated: test(parquet/file): add regression test for mixed-size ByteArray WriteBatch (#757)
zeroshade
2026/04/13
(arrow) branch main updated (c16a8b22d1 -> 982797cd20)
apitrou
2026/04/13
(arrow) branch dependabot/github_actions/matlab-actions/setup-matlab-3.0.0 updated (11fe0aa1dc -> 209e4b26b1)
github-bot
2026/04/13
(arrow-dotnet) branch dependabot/nuget/Microsoft.NET.Test.Sdk-18.4.0 deleted (was 806ffa9)
curth
2026/04/13
(arrow-dotnet) branch main updated: chore: Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 (#312)
curth
2026/04/13
(arrow-dotnet) branch dependabot/github_actions/actions/upload-pages-artifact-5.0.0 deleted (was 7d27ac4)
curth
2026/04/13
(arrow-dotnet) branch main updated: chore: Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 (#311)
curth
2026/04/13
(arrow-dotnet) branch dependabot/github_actions/actions/upload-artifact-7.0.1 deleted (was 6938697)
curth
2026/04/13
(arrow-dotnet) branch main updated: chore: Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#310)
curth
2026/04/13
(arrow) branch dependabot/github_actions/matlab-actions/run-tests-3.0.0 updated (6d4acf8711 -> a32b250b16)
github-bot
2026/04/13
(arrow-swift) branch dependabot/github_actions/actions/upload-artifact-7.0.1 deleted (was a00c5d0)
kou
2026/04/13
(arrow-swift) branch main updated: chore: bump actions/upload-artifact from 7.0.0 to 7.0.1 (#156)
kou
2026/04/13
(arrow-rs) branch main updated: ParquetMetaDataPushDecoder API to clear all buffered ranges (#9673)
alamb
2026/04/13
(arrow-swift) branch dependabot/github_actions/actions/upload-artifact-7.0.1 created (now a00c5d0)
github-bot
2026/04/13
(arrow-java) branch main updated: MINOR: [CI] Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#1111)
kou
Earlier messages