dependabot[bot] opened a new pull request, #3804: URL: https://github.com/apache/arrow-adbc/pull/3804
Bumps [github.com/apache/arrow-go/v18](https://github.com/apache/arrow-go) from 18.4.2-0.20251124222331-4b04248429bc to 18.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-go/releases">github.com/apache/arrow-go/v18's releases</a>.</em></p> <blockquote> <h2>v18.5.0</h2> <h2>What's Changed</h2> <ul> <li>fix(parquet/pqarrow): Fix null_count column stats by <a href="https://github.com/MasslessParticle"><code>@MasslessParticle</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/489">apache/arrow-go#489</a></li> <li>chore: Use apache/arrow-dotnet for integration test by <a href="https://github.com/kou"><code>@kou</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/495">apache/arrow-go#495</a></li> <li>feat(parquet): utilize memory allocator in <code>serializedPageReader</code> by <a href="https://github.com/joechenrh"><code>@joechenrh</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/485">apache/arrow-go#485</a></li> <li>chore: Bump actions/setup-python from 5.6.0 to 6.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/501">apache/arrow-go#501</a></li> <li>chore: Bump actions/github-script from 7.0.1 to 8.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/502">apache/arrow-go#502</a></li> <li>chore: Automate GitHub Releases creation and site redirect by <a href="https://github.com/kou"><code>@kou</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/497">apache/arrow-go#497</a></li> <li>chore: Bump actions/setup-go from 5 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/500">apache/arrow-go#500</a></li> <li>chore: Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/488">apache/arrow-go#488</a></li> <li>use xnor for boolean equals function by <a href="https://github.com/Dhruvit96"><code>@Dhruvit96</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/505">apache/arrow-go#505</a></li> <li>chore: Bump golang.org/x/sync from 0.16.0 to 0.17.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/498">apache/arrow-go#498</a></li> <li>chore: Bump golang.org/x/sys from 0.35.0 to 0.36.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/499">apache/arrow-go#499</a></li> <li>chore: Bump golang.org/x/tools from 0.36.0 to 0.37.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/507">apache/arrow-go#507</a></li> <li>chore(ci): fix verify_rc finding latest go by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/512">apache/arrow-go#512</a></li> <li>feat: Add support for specifying <code>Timestamp</code> <code>ValueStr</code> output layout by <a href="https://github.com/erezrokah"><code>@erezrokah</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/510">apache/arrow-go#510</a></li> <li>fix(arrow/cdata): Avoid calling unsafe.Slice on zero-length pointers by <a href="https://github.com/orlp"><code>@orlp</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/513">apache/arrow-go#513</a></li> <li>chore: Bump google.golang.org/grpc from 1.75.0 to 1.75.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/514">apache/arrow-go#514</a></li> <li>fix(arrow/compute): fix scalar comparison panic by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/518">apache/arrow-go#518</a></li> <li>fix(arrow/array): fix panic in dictionary builders by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/517">apache/arrow-go#517</a></li> <li>chore: Bump github.com/hamba/avro/v2 from 2.29.0 to 2.30.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/508">apache/arrow-go#508</a></li> <li>chore: Bump google.golang.org/protobuf from 1.36.8 to 1.36.9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/515">apache/arrow-go#515</a></li> <li>fix(parquet/pqarrow): unsupported dictionary types in pqarrow by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/520">apache/arrow-go#520</a></li> <li>chore(parquet/metadata): use constant time compare for signature verify by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/528">apache/arrow-go#528</a></li> <li>build(deps): update substrait to v7 by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/526">apache/arrow-go#526</a></li> <li>fix(parquet): fix adaptive bloom filter duplicate hash counting, comparison logic, and GC safety by <a href="https://github.com/Mandukhai-Alimaa"><code>@Mandukhai-Alimaa</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/527">apache/arrow-go#527</a></li> <li>chore: Bump google.golang.org/protobuf from 1.36.9 to 1.36.10 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/530">apache/arrow-go#530</a></li> <li>refactor(arrow): last increment of the Record -> RecordBatch migration by <a href="https://github.com/Mandukhai-Alimaa"><code>@Mandukhai-Alimaa</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/522">apache/arrow-go#522</a></li> <li>chore: Bump github.com/google/flatbuffers from 25.2.10+incompatible to 25.9.23+incompatible by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/524">apache/arrow-go#524</a></li> <li>chore: Bump github.com/substrait-io/substrait-go/v7 from 7.0.0 to 7.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/529">apache/arrow-go#529</a></li> <li>chore: Bump golang.org/x/tools from 0.37.0 to 0.38.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/537">apache/arrow-go#537</a></li> <li>chore: Bump google.golang.org/grpc from 1.75.1 to 1.76.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/534">apache/arrow-go#534</a></li> <li>chore: Bump github.com/pterm/pterm from 0.12.81 to 0.12.82 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/539">apache/arrow-go#539</a></li> <li>chore: Bump github.com/klauspost/compress from 1.18.0 to 1.18.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/538">apache/arrow-go#538</a></li> <li>fix: update iceberg substrait URN by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/541">apache/arrow-go#541</a></li> <li>optimization: comparison: when DataType is static, skip reflection by <a href="https://github.com/pixelherodev"><code>@pixelherodev</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/542">apache/arrow-go#542</a></li> <li>chore: Bump actions/download-artifact from 5.0.0 to 6.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/550">apache/arrow-go#550</a></li> <li>chore: Bump actions/upload-artifact from 4.6.2 to 5.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/549">apache/arrow-go#549</a></li> <li>fix(parquet/pqarrow): decoding Parquet with Arrow dict in schema by <a href="https://github.com/freakyzoidberg"><code>@freakyzoidberg</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/551">apache/arrow-go#551</a></li> <li>feat: support conversion of chunked arrays by <a href="https://github.com/ahmed-mez"><code>@ahmed-mez</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/553">apache/arrow-go#553</a></li> <li>format: regenerate internal/flatbuf from arrow repo and newer flatc by <a href="https://github.com/pixelherodev"><code>@pixelherodev</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/555">apache/arrow-go#555</a></li> <li>Batch of small optimizations by <a href="https://github.com/pixelherodev"><code>@pixelherodev</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/556">apache/arrow-go#556</a></li> <li>perf: optimize compute.Take for fewer memory allocations by <a href="https://github.com/hamilton-earthscope"><code>@hamilton-earthscope</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/557">apache/arrow-go#557</a></li> <li>optimization: compare: avoid initializing config when it's not needed by <a href="https://github.com/pixelherodev"><code>@pixelherodev</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/563">apache/arrow-go#563</a></li> <li>optimization: schema: use slices.Sort instead of sort.Slice by <a href="https://github.com/pixelherodev"><code>@pixelherodev</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/564">apache/arrow-go#564</a></li> <li>doc(parquet): document arrow parquet mappings by <a href="https://github.com/amoeba"><code>@amoeba</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/561">apache/arrow-go#561</a></li> <li>fix: Metadata.Equal comparison with keys in different order by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/571">apache/arrow-go#571</a></li> <li>perf(compute): optimize Take kernel for list types by <a href="https://github.com/hamilton-earthscope"><code>@hamilton-earthscope</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/573">apache/arrow-go#573</a></li> <li>chore: Bump golang.org/x/sync from 0.17.0 to 0.18.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/567">apache/arrow-go#567</a></li> <li>chore: Bump golang.org/x/sys from 0.37.0 to 0.38.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/568">apache/arrow-go#568</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/arrow-go/commits/v18.5.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
