Commit 2a7e7d2
authored
fix(deps): Update module github.com/apache/arrow-go/v18 to v18.6.0 (#22806)
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/apache/arrow-go/v18](https://redirect.github.com/apache/arrow-go) | `v18.5.2` → `v18.6.0` |  |  |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/22356) for more information.
---
### Release Notes
<details>
<summary>apache/arrow-go (github.com/apache/arrow-go/v18)</summary>
### [`v18.6.0`](https://redirect.github.com/apache/arrow-go/releases/tag/v18.6.0): Apache Arrow Go 18.6.0
[Compare Source](https://redirect.github.com/apache/arrow-go/compare/v18.5.2...v18.6.0)
##### What's Changed
- chore(dev/post-website): improve email generation by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​685](https://redirect.github.com/apache/arrow-go/pull/685)
- chore(fixup): silly mistake by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​686](https://redirect.github.com/apache/arrow-go/pull/686)
- chore(dev/release): use release/KEYS instead of dev/KEYS by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​683](https://redirect.github.com/apache/arrow-go/pull/683)
- chore: Bump github.com/pterm/pterm from 0.12.82 to 0.12.83 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​681](https://redirect.github.com/apache/arrow-go/pull/681)
- chore: Bump actions/setup-go from 6.2.0 to 6.3.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​678](https://redirect.github.com/apache/arrow-go/pull/678)
- chore: Bump github.com/substrait-io/substrait-go/v7 from 7.4.0 to 7.5.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​682](https://redirect.github.com/apache/arrow-go/pull/682)
- chore: Bump actions/upload-artifact from 6.0.0 to 7.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​680](https://redirect.github.com/apache/arrow-go/pull/680)
- chore: Bump actions/download-artifact from 7.0.0 to 8.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​679](https://redirect.github.com/apache/arrow-go/pull/679)
- fix(arrow/flight/session): fix flaky race condition test by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​687](https://redirect.github.com/apache/arrow-go/pull/687)
- feat(parquet/file): pre-allocate BinaryBuilder data buffer using column chunk metadata to eliminate resize overhead by [@​junyan-ling](https://redirect.github.com/junyan-ling) in [#​689](https://redirect.github.com/apache/arrow-go/pull/689)
- fix(arrow-go/flightsql): route QueryContext through active transaction by [@​wjywbs](https://redirect.github.com/wjywbs) in [#​692](https://redirect.github.com/apache/arrow-go/pull/692)
- fix(parquet/file): use adaptive batch sizing to avoid panic by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​690](https://redirect.github.com/apache/arrow-go/pull/690)
- fix: add nullability to struct type String() by [@​Willem-J-an](https://redirect.github.com/Willem-J-an) in [#​700](https://redirect.github.com/apache/arrow-go/pull/700)
- chore: Bump github.com/substrait-io/substrait-go/v7 from 7.5.0 to 7.5.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​698](https://redirect.github.com/apache/arrow-go/pull/698)
- chore: Bump github.com/pierrec/lz4/v4 from 4.1.25 to 4.1.26 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​696](https://redirect.github.com/apache/arrow-go/pull/696)
- chore: Bump docker/login-action from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​695](https://redirect.github.com/apache/arrow-go/pull/695)
- perf(arrow/compute): improve take kernel perf by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​702](https://redirect.github.com/apache/arrow-go/pull/702)
- perf(arrow/array): pre-alloc bulk appends by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​699](https://redirect.github.com/apache/arrow-go/pull/699)
- chore: Bump google.golang.org/grpc from 1.79.1 to 1.79.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​697](https://redirect.github.com/apache/arrow-go/pull/697)
- perf(parquet): dictionary impl cleanup by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​701](https://redirect.github.com/apache/arrow-go/pull/701)
- fix(parquet/pqarrow): fix Decimal256 sign extension by [@​dimakuz](https://redirect.github.com/dimakuz) in [#​711](https://redirect.github.com/apache/arrow-go/pull/711)
- perf(parquet): remove string concatenation in hot debug assert by [@​starpact](https://redirect.github.com/starpact) in [#​708](https://redirect.github.com/apache/arrow-go/pull/708)
- fix(avro): correctly set nullability for ListType by [@​Willem-J-an](https://redirect.github.com/Willem-J-an) in [#​709](https://redirect.github.com/apache/arrow-go/pull/709)
- perf(parquet/file): avoid double bool bitmap conversion by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​707](https://redirect.github.com/apache/arrow-go/pull/707)
- fix(compute): fix data race and memory leak in concurrent is\_in kernel by [@​laskoviymishka](https://redirect.github.com/laskoviymishka) in [#​712](https://redirect.github.com/apache/arrow-go/pull/712)
- perf(parquet/compress): set zstd pool encoder concurrency to 1 by [@​dimakuz](https://redirect.github.com/dimakuz) in [#​717](https://redirect.github.com/apache/arrow-go/pull/717)
- chore: Bump google.golang.org/grpc from 1.79.2 to 1.79.3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​724](https://redirect.github.com/apache/arrow-go/pull/724)
- perf(parquet): optimize stats and bloom filters for bool columns by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​715](https://redirect.github.com/apache/arrow-go/pull/715)
- chore: Bump actions/download-artifact from 8.0.0 to 8.0.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​718](https://redirect.github.com/apache/arrow-go/pull/718)
- fix(parquet): strip repetition\_type from root SchemaElement during serialization by [@​hcrosse](https://redirect.github.com/hcrosse) in [#​723](https://redirect.github.com/apache/arrow-go/pull/723)
- chore: Update CI with Go 1.25/1.26 by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​725](https://redirect.github.com/apache/arrow-go/pull/725)
- chore: Bump modernc.org/sqlite from 1.46.1 to 1.46.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​720](https://redirect.github.com/apache/arrow-go/pull/720)
- chore: Bump golang.org/x/sync from 0.19.0 to 0.20.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​694](https://redirect.github.com/apache/arrow-go/pull/694)
- chore: Bump golang.org/x/tools from 0.42.0 to 0.43.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​719](https://redirect.github.com/apache/arrow-go/pull/719)
- Test and fix for bug in selectMapimpl by [@​wwarner-inf](https://redirect.github.com/wwarner-inf) in [#​726](https://redirect.github.com/apache/arrow-go/pull/726)
- chore: pin docker/login-action for ASF allowlist by [@​lidavidm](https://redirect.github.com/lidavidm) in [#​729](https://redirect.github.com/apache/arrow-go/pull/729)
- fix(parquet/pqarrow): return an error on pqarrow write calls if the writer is already closed by [@​alexandre-normand](https://redirect.github.com/alexandre-normand) in [#​728](https://redirect.github.com/apache/arrow-go/pull/728)
- ci: fix mingw GO\_VERSION by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​733](https://redirect.github.com/apache/arrow-go/pull/733)
- ci: fix tinygo build with maphash by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​734](https://redirect.github.com/apache/arrow-go/pull/734)
- perf(parquet/internal/encoding): vectorize amd64 bool unpack by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​735](https://redirect.github.com/apache/arrow-go/pull/735)
- perf(parquet): eliminate per-value allocation in delta bit-pack decoder by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​730](https://redirect.github.com/apache/arrow-go/pull/730)
- fix(parquet): eagerly release adaptive bloom filter candidate buffers + skip flaky flight tests in CI by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​743](https://redirect.github.com/apache/arrow-go/pull/743)
- perf(parquet): vectorize ARM64 NEON bool unpacking for \~4x throughput by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​731](https://redirect.github.com/apache/arrow-go/pull/731)
- chore: Bump github.com/goccy/go-json from 0.10.5 to 0.10.6 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​741](https://redirect.github.com/apache/arrow-go/pull/741)
- chore: Bump modernc.org/sqlite from 1.47.0 to 1.48.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​740](https://redirect.github.com/apache/arrow-go/pull/740)
- chore: Bump github.com/substrait-io/substrait-go/v7 from 7.5.1 to 7.6.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​739](https://redirect.github.com/apache/arrow-go/pull/739)
- chore: Bump github.com/klauspost/compress from 1.18.4 to 1.18.5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​738](https://redirect.github.com/apache/arrow-go/pull/738)
- chore: Bump actions/setup-go from 6.3.0 to 6.4.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​737](https://redirect.github.com/apache/arrow-go/pull/737)
- fix: eliminate per-element heap allocs in is\_in kernel for binary types by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​745](https://redirect.github.com/apache/arrow-go/pull/745)
- chore: Bump docker/login-action from 4.0.0 to 4.1.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​750](https://redirect.github.com/apache/arrow-go/pull/750)
- chore: Bump google.golang.org/grpc from 1.79.3 to 1.80.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​751](https://redirect.github.com/apache/arrow-go/pull/751)
- chore: Bump modernc.org/sqlite from 1.48.0 to 1.48.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​752](https://redirect.github.com/apache/arrow-go/pull/752)
- chore: Bump github.com/andybalholm/brotli from 1.2.0 to 1.2.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​753](https://redirect.github.com/apache/arrow-go/pull/753)
- chore: Bump github.com/substrait-io/substrait-go from v7.6.0 to v8.0.0 by [@​benbellick](https://redirect.github.com/benbellick) in [#​754](https://redirect.github.com/apache/arrow-go/pull/754)
- chore(deps): replace golang/snappy with klauspost/compress/snappy by [@​thaJeztah](https://redirect.github.com/thaJeztah) in [#​762](https://redirect.github.com/apache/arrow-go/pull/762)
- chore: remove mentions of compatibility with go toolchain < go1.18 by [@​thaJeztah](https://redirect.github.com/thaJeztah) in [#​760](https://redirect.github.com/apache/arrow-go/pull/760)
- fix(arrow/cdata, arrow/flight): fix handling of colons in values and fix potential panics by [@​thaJeztah](https://redirect.github.com/thaJeztah) in [#​761](https://redirect.github.com/apache/arrow-go/pull/761)
- test(parquet/file): add regression test for mixed-size ByteArray WriteBatch by [@​kli19](https://redirect.github.com/kli19) in [#​757](https://redirect.github.com/apache/arrow-go/pull/757)
- chore: remove tools.go files in favor of go.mod "tool" directive by [@​thaJeztah](https://redirect.github.com/thaJeztah) in [#​759](https://redirect.github.com/apache/arrow-go/pull/759)
- refactor(parquet/cmd): replace uses of github.com/docopt/docopt-go by [@​thaJeztah](https://redirect.github.com/thaJeztah) in [#​764](https://redirect.github.com/apache/arrow-go/pull/764)
- feat(arrow/compute): sort support by [@​hamilton-earthscope](https://redirect.github.com/hamilton-earthscope) in [#​749](https://redirect.github.com/apache/arrow-go/pull/749)
- chore: Bump actions/github-script from 8.0.0 to 9.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​765](https://redirect.github.com/apache/arrow-go/pull/765)
- chore: Bump actions/upload-artifact from 7.0.0 to 7.0.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​766](https://redirect.github.com/apache/arrow-go/pull/766)
- chore: Bump golang.org/x/sys from 0.42.0 to 0.43.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​767](https://redirect.github.com/apache/arrow-go/pull/767)
- chore: Bump modernc.org/sqlite from 1.48.1 to 1.48.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​768](https://redirect.github.com/apache/arrow-go/pull/768)
- chore: Bump github.com/substrait-io/substrait-go/v8 from 8.0.0 to 8.0.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​769](https://redirect.github.com/apache/arrow-go/pull/769)
- chore: replace golang.org/x/xerrors for stdlib errors by [@​thaJeztah](https://redirect.github.com/thaJeztah) in [#​763](https://redirect.github.com/apache/arrow-go/pull/763)
- fix(arrow): formatting lint issue by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​770](https://redirect.github.com/apache/arrow-go/pull/770)
- feat(arrow/array): add Validate/ValidateFull to binary and string arrays by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​747](https://redirect.github.com/apache/arrow-go/pull/747)
- `UnsafeAppendBoolToBitmap` for dictionary and REE builders by [@​serramatutu](https://redirect.github.com/serramatutu) in [#​758](https://redirect.github.com/apache/arrow-go/pull/758)
- perf: optimize ARM64 NEON min/max assembly by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​748](https://redirect.github.com/apache/arrow-go/pull/748)
- fix(parquet/pqarrow): normalize the element name in the stored ARROW:schema by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​746](https://redirect.github.com/apache/arrow-go/pull/746)
- chore: Bump github.com/substrait-io/substrait-go/v8 from 8.0.1 to 8.1.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​776](https://redirect.github.com/apache/arrow-go/pull/776)
- chore: Bump modernc.org/sqlite from 1.48.2 to 1.49.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​775](https://redirect.github.com/apache/arrow-go/pull/775)
- fix(parquet): clarify docstring on Close method of FileWriter, proper err output by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​774](https://redirect.github.com/apache/arrow-go/pull/774)
- feat(arrow/array): Add new arreflect package by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​771](https://redirect.github.com/apache/arrow-go/pull/771)
- chore(arrow): bump to v18.6.0 by [@​zeroshade](https://redirect.github.com/zeroshade) in [#​778](https://redirect.github.com/apache/arrow-go/pull/778)
##### New Contributors
- [@​junyan-ling](https://redirect.github.com/junyan-ling) made their first contribution in [#​689](https://redirect.github.com/apache/arrow-go/pull/689)
- [@​wjywbs](https://redirect.github.com/wjywbs) made their first contribution in [#​692](https://redirect.github.com/apache/arrow-go/pull/692)
- [@​dimakuz](https://redirect.github.com/dimakuz) made their first contribution in [#​711](https://redirect.github.com/apache/arrow-go/pull/711)
- [@​starpact](https://redirect.github.com/starpact) made their first contribution in [#​708](https://redirect.github.com/apache/arrow-go/pull/708)
- [@​laskoviymishka](https://redirect.github.com/laskoviymishka) made their first contribution in [#​712](https://redirect.github.com/apache/arrow-go/pull/712)
- [@​hcrosse](https://redirect.github.com/hcrosse) made their first contribution in [#​723](https://redirect.github.com/apache/arrow-go/pull/723)
- [@​wwarner-inf](https://redirect.github.com/wwarner-inf) made their first contribution in [#​726](https://redirect.github.com/apache/arrow-go/pull/726)
- [@​alexandre-normand](https://redirect.github.com/alexandre-normand) made their first contribution in [#​728](https://redirect.github.com/apache/arrow-go/pull/728)
- [@​benbellick](https://redirect.github.com/benbellick) made their first contribution in [#​754](https://redirect.github.com/apache/arrow-go/pull/754)
- [@​thaJeztah](https://redirect.github.com/thaJeztah) made their first contribution in [#​762](https://redirect.github.com/apache/arrow-go/pull/762)
- [@​kli19](https://redirect.github.com/kli19) made their first contribution in [#​757](https://redirect.github.com/apache/arrow-go/pull/757)
- [@​serramatutu](https://redirect.github.com/serramatutu) made their first contribution in [#​758](https://redirect.github.com/apache/arrow-go/pull/758)
**Full Changelog**: <apache/arrow-go@v18.5.2...v18.6.0>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- "before 3am on Monday"
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate).1 parent 59aeaf3 commit 2a7e7d2
53 files changed
Lines changed: 205 additions & 439 deletions
File tree
- cli
- plugins
- destination
- azblob
- bigquery
- clickhouse
- duckdb
- elasticsearch
- file
- firehose
- gcs
- gremlin
- kafka
- meilisearch
- mongodb
- mssql
- mysql
- neo4j
- postgresql
- s3
- snowflake
- sqlite
- test
- source
- hackernews
- test
- transformer
- basic
- jsonflattener
- test
- scaffold/sourcetpl/templates/source
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
110 | | - | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
165 | | - | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | 168 | | |
170 | 169 | | |
171 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
155 | | - | |
156 | | - | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
| 181 | + | |
| 182 | + | |
183 | 183 | | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | 184 | | |
189 | 185 | | |
190 | 186 | | |
| |||
250 | 246 | | |
251 | 247 | | |
252 | 248 | | |
253 | | - | |
254 | 249 | | |
255 | 250 | | |
256 | 251 | | |
| |||
448 | 443 | | |
449 | 444 | | |
450 | 445 | | |
451 | | - | |
452 | | - | |
453 | 446 | | |
454 | 447 | | |
455 | 448 | | |
| |||
460 | 453 | | |
461 | 454 | | |
462 | 455 | | |
463 | | - | |
464 | | - | |
465 | 456 | | |
466 | 457 | | |
467 | 458 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | | - | |
67 | 65 | | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
71 | 69 | | |
72 | 70 | | |
73 | | - | |
74 | | - | |
75 | 71 | | |
76 | 72 | | |
77 | 73 | | |
| |||
101 | 97 | | |
102 | 98 | | |
103 | 99 | | |
104 | | - | |
| 100 | + | |
105 | 101 | | |
106 | 102 | | |
107 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
| |||
135 | 133 | | |
136 | 134 | | |
137 | 135 | | |
138 | | - | |
139 | | - | |
140 | 136 | | |
141 | 137 | | |
142 | 138 | | |
| |||
153 | 149 | | |
154 | 150 | | |
155 | 151 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | 152 | | |
161 | 153 | | |
162 | 154 | | |
| |||
253 | 245 | | |
254 | 246 | | |
255 | 247 | | |
256 | | - | |
257 | | - | |
| 248 | + | |
| 249 | + | |
258 | 250 | | |
259 | 251 | | |
260 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments