dependabot[bot] opened a new pull request, #174: URL: https://github.com/apache/arrow-swift/pull/174
Bumps [github.com/apache/arrow-go/v18](https://github.com/apache/arrow-go) from 18.6.0 to 18.7.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>Apache Arrow Go v18.7.0</h2> <h2>What's Changed</h2> <ul> <li>fix(release): keys download by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/781">apache/arrow-go#781</a></li> <li>parquet/compress: enable WithAllLitEntropyCompression(true) for zstd by <a href="https://github.com/varun0630"><code>@varun0630</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/779">apache/arrow-go#779</a></li> <li>release: fix syntax error in verify_rc.sh by <a href="https://github.com/amoeba"><code>@amoeba</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/782">apache/arrow-go#782</a></li> <li>chore: Bump modernc.org/sqlite from 1.49.1 to 1.50.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/783">apache/arrow-go#783</a></li> <li>fix(parquet): align dictionary fallback with parquet-mr by <a href="https://github.com/twuebi"><code>@twuebi</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/786">apache/arrow-go#786</a></li> <li>fix(arrow/cdata): make nativeCRecordBatchReader deterministic by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/793">apache/arrow-go#793</a></li> <li>fix(compute/kernels): map FSB byte-width to numeric memo type for is_in by <a href="https://github.com/SAY-5"><code>@SAY-5</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/797">apache/arrow-go#797</a></li> <li>chore: Bump google.golang.org/grpc from 1.80.0 to 1.81.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/798">apache/arrow-go#798</a></li> <li>chore: Bump github.com/klauspost/compress from 1.18.5 to 1.18.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/799">apache/arrow-go#799</a></li> <li>fix(arrow/flight): deliver response headers eagerly in streaming client middleware by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/801">apache/arrow-go#801</a></li> <li>chore: Bump golang.org/x/sys from 0.43.0 to 0.44.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/810">apache/arrow-go#810</a></li> <li>chore: Bump modernc.org/sqlite from 1.50.0 to 1.50.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/811">apache/arrow-go#811</a></li> <li>fix(ipc): preserve map child field metadata by <a href="https://github.com/dimakuz"><code>@dimakuz</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/809">apache/arrow-go#809</a></li> <li>fix(avro): error on complex (non-nullable) unions instead of silently dropping (<a href="https://redirect.github.com/apache/arrow-go/issues/777">#777</a>) by <a href="https://github.com/SAY-5"><code>@SAY-5</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/808">apache/arrow-go#808</a></li> <li>fix(parquet/metadata): do not pre-set hasDistinctCount in stat factories by <a href="https://github.com/SAY-5"><code>@SAY-5</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/807">apache/arrow-go#807</a></li> <li>feat(compute): support casts between binary/string and binary_view/string_view by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/802">apache/arrow-go#802</a></li> <li>fix(arrow/array): preserve large integer precision in JSON decoding by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/816">apache/arrow-go#816</a></li> <li>feat(arrow/array): add Resize method to RecordBuilder by <a href="https://github.com/oakad"><code>@oakad</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/805">apache/arrow-go#805</a></li> <li>chore: Bump google.golang.org/grpc from 1.81.0 to 1.81.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/818">apache/arrow-go#818</a></li> <li>chore: Bump github.com/substrait-io/substrait-go/v8 from 8.1.0 to 8.1.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/819">apache/arrow-go#819</a></li> <li>perf(parquet/pqarrow): cap RecordReader batch size to actual row count by <a href="https://github.com/paveon"><code>@paveon</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/817">apache/arrow-go#817</a></li> <li>docs(parquet): correct DefaultDataPageSize comment from 1K to 1M by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/822">apache/arrow-go#822</a></li> <li>fix(arrow/array): silence copylocks warning in numeric_generic.go by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/823">apache/arrow-go#823</a></li> <li>feat(arrow/compute/exprs): support expr.IntervalYearToMonthLiteral in literalToDatum by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/825">apache/arrow-go#825</a></li> <li>chore: Bump golang.org/x/sys from 0.44.0 to 0.45.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/829">apache/arrow-go#829</a></li> <li>chore: Bump docker/login-action from 4.1.0 to 4.2.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/828">apache/arrow-go#828</a></li> <li>fix(parquet): return error instead of panicking on first-write failure by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/824">apache/arrow-go#824</a></li> <li>[Parquet] Add SIMD-accelerated byte-stream-split decoding by <a href="https://github.com/daniel-adam-tfs"><code>@daniel-adam-tfs</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/654">apache/arrow-go#654</a></li> <li>perf(parquet/metadata): avoid constructing ColumnChunkMetaData in page index range determination by <a href="https://github.com/paveon"><code>@paveon</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/831">apache/arrow-go#831</a></li> <li>chore: Bump modernc.org/sqlite from 1.50.1 to 1.51.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/837">apache/arrow-go#837</a></li> <li>chore: Bump github.com/pierrec/lz4/v4 from 4.1.26 to 4.1.27 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/836">apache/arrow-go#836</a></li> <li>chore: Bump actions/checkout from 6.0.2 to 6.0.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/835">apache/arrow-go#835</a></li> <li>feat: filter and take for dictionary arrays by <a href="https://github.com/lesam"><code>@lesam</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/716">apache/arrow-go#716</a></li> <li>fix(arrow/array): adding string boundary checking for (*String).Value by <a href="https://github.com/happydave1"><code>@happydave1</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/844">apache/arrow-go#844</a></li> <li>fix(parquet/variant): correct binary search bounds in ObjectValue.ValueByKey by <a href="https://github.com/qzyu999"><code>@qzyu999</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/841">apache/arrow-go#841</a></li> <li>fix(parquet/variant): correct is_large bit position in valueSize for arrays by <a href="https://github.com/qzyu999"><code>@qzyu999</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/840">apache/arrow-go#840</a></li> <li>feat(avro): support local-timestamp logical types by <a href="https://github.com/abir-eon"><code>@abir-eon</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/832">apache/arrow-go#832</a></li> <li>chore: Bump modernc.org/sqlite from 1.51.0 to 1.52.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/845">apache/arrow-go#845</a></li> <li>chore: Bump golang.org/x/sys from 0.45.0 to 0.46.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/846">apache/arrow-go#846</a></li> <li>fix(avro): append raw bytes by <a href="https://github.com/matan129"><code>@matan129</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/850">apache/arrow-go#850</a></li> <li>fix(arrow/array): use scale-aware ValueStr in decimal array String() by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/849">apache/arrow-go#849</a></li> <li>feat(parquet/pqarrow): support writing LARGE_LIST types by <a href="https://github.com/lidavidm"><code>@lidavidm</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/838">apache/arrow-go#838</a></li> <li>chore: Bump golang.org/x/sync from 0.20.0 to 0.21.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/arrow-go/pull/847">apache/arrow-go#847</a></li> <li>fix(arrow/scalar): implement Release()/Retain() on *scalar.Extension by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/851">apache/arrow-go#851</a></li> <li>docs(arrow/ipc): document that Writer and FileWriter are not concurrency safe by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/856">apache/arrow-go#856</a></li> <li>fix(parquet): add WriteBatchSpacedWithError to surface spaced-write failures by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/852">apache/arrow-go#852</a></li> <li>ci: pin Go to go.mod in RC verify so the matching toolchain is used by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/857">apache/arrow-go#857</a></li> <li>chore: Bump actions/checkout from 6.0.3 to 7.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/860">apache/arrow-go#860</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-go/commit/0716bc64bc48e7322fcae137e14cf74cd94747fe"><code>0716bc6</code></a> chore: bump version number (<a href="https://redirect.github.com/apache/arrow-go/issues/959">#959</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/c9791ae4041f3b06bda6bb893baa3382474048cd"><code>c9791ae</code></a> Add <code>TimestampWithOffset</code> canonical extension type (<a href="https://redirect.github.com/apache/arrow-go/issues/558">#558</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/621a4ed1efb013b48dca30eecfaf4490178f9022"><code>621a4ed</code></a> fix(array): validate map builder entry lengths (<a href="https://redirect.github.com/apache/arrow-go/issues/957">#957</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/ad2fe2b481177d70d9fec687d766ab1fe17731d3"><code>ad2fe2b</code></a> fix(compute): release temporary arrays in binary view casts (<a href="https://redirect.github.com/apache/arrow-go/issues/898">#898</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/8a09b917bcb4f76153259c1ce0ef39a947f4aaf3"><code>8a09b91</code></a> fix(array): avoid allocating for ReserveData(0) (<a href="https://redirect.github.com/apache/arrow-go/issues/895">#895</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/76109bec77e36523479c283c44f06e3abf5d77b6"><code>76109be</code></a> fix(compute): handle comparison output offsets (<a href="https://redirect.github.com/apache/arrow-go/issues/956">#956</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/1476769ecda35b4527f2d8f1adc276257a9f19f4"><code>1476769</code></a> fix(parquet): reject truncated bit-packed batches (<a href="https://redirect.github.com/apache/arrow-go/issues/943">#943</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/f228f0a8042a9af5149a4e0e9e5a2df8cc685bd7"><code>f228f0a</code></a> fix(ipc): validate message framing bounds (<a href="https://redirect.github.com/apache/arrow-go/issues/955">#955</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/936ca0b87637a90d4e6fdd30031ac0cab2054b0a"><code>936ca0b</code></a> fix(arrow): validate timestamp timezones (<a href="https://redirect.github.com/apache/arrow-go/issues/952">#952</a>)</li> <li><a href="https://github.com/apache/arrow-go/commit/6e39220357d602687fc6398d9c04f49cb0615982"><code>6e39220</code></a> fix(parquet): handle short input in GetBatchBools (<a href="https://redirect.github.com/apache/arrow-go/issues/946">#946</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-go/compare/v18.6.0...v18.7.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 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]
