Commit a21b49f
chore(deps): update delta-spark to 3.3.0 for local and remote pyspark (ibis-project#11123)
## Description of changes
1. Upgrade `delta-spark` from v3.2.1 to
[v3.3.0](https://github.com/delta-io/delta/releases/tag/v3.3.0) for
pyspark backend testing in github actions
2. Upgrade `delta-spark` [maven
package](https://mvnrepository.com/artifact/io.delta/delta-spark) from
v.2.1.0 to v3.3.0 in spark-connect container 🐳
- Ensure consistency w/ local pyspark testing &
[compatibility](https://docs.delta.io/latest/releases.html#compatibility-with-apache-spark)
with pyspark v3.5.5
3. Upgrade spark-connect configuration to enable proper delta & catalog
functionality
----
- **2** + **3** together resolved spark-connect testing issues from
ibis-project#11120
---------
Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>1 parent a416755 commit a21b49f
5 files changed
Lines changed: 9 additions & 10 deletions
File tree
- .github/workflows
- docker/spark-connect
- ibis/backends
- pyspark/tests
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
| 564 | + | |
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | | - | |
| 570 | + | |
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
577 | | - | |
| 577 | + | |
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
596 | | - | |
| 596 | + | |
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| 291 | + | |
| 292 | + | |
291 | 293 | | |
292 | 294 | | |
293 | 295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | 497 | | |
503 | 498 | | |
504 | 499 | | |
| |||
0 commit comments