Commit 20113d8
committed
[SPARK-52678] Update
### What changes were proposed in this pull request?
This PR aims to update `ArrowReader.swift` with `apacheGH-54`.
Please note that we cannot use `Apache Arrow Swift` directly yet because
- It is still unable to support `Decimal`.
- apache/arrow#46628
- It still uses `GRPC Swift` while we use `GRPC Swift 2`.
### Why are the changes needed?
To be ready for the upstream release because `v21.0.0-rc0` tag is created.
- https://github.com/apache/arrow-swift/releases/tag/v21.0.0-rc0
According to the release notes, this seems to be the only one which needs to catch up.
### Does this PR introduce _any_ user-facing change?
No behavior change because this is a refactoring to suppress warning messages.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#207 from dongjoon-hyun/SPARK-52678.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>ArrowReader.swift with apacheGH-54
1 parent ff417c4 commit 20113d8
1 file changed
+31
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
286 | 287 | | |
287 | | - | |
288 | | - | |
289 | | - | |
| 288 | + | |
290 | 289 | | |
291 | | - | |
292 | | - | |
293 | 290 | | |
| 291 | + | |
| 292 | + | |
294 | 293 | | |
295 | 294 | | |
296 | 295 | | |
| |||
363 | 362 | | |
364 | 363 | | |
365 | 364 | | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | | - | |
379 | | - | |
380 | 378 | | |
381 | 379 | | |
382 | 380 | | |
| |||
429 | 427 | | |
430 | 428 | | |
431 | 429 | | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
437 | 436 | | |
438 | 437 | | |
439 | | - | |
| 438 | + | |
440 | 439 | | |
441 | | - | |
442 | | - | |
443 | 440 | | |
444 | 441 | | |
445 | 442 | | |
| |||
0 commit comments