Commit d2afe03
committed
[SPARK-51749] Add
### What changes were proposed in this pull request?
This PR aims to add `MacOS` integration test with Apache Spark 4.0.0 RC3.
- While adding this, `SQLTests` test suite is revised by implementing `removeLocation` and `removeOwner` feature.
- This will be replaced with the official 4.0.0 release when it's ready.
### Why are the changes needed?
Newly added `MacOS` integration test will provide a full test coverage while `Linux` integration test continues to provide a partial test coverage on `Linux`.
### Does this PR introduce _any_ user-facing change?
No, this is a test improvement .
### How was this patch tested?
Pass the CIs with newly added `integration-test-mac` job.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #47 from dongjoon-hyun/TODO_macit.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>MacOS integration test with Apache Spark 4.0.0 RC31 parent 2c91276 commit d2afe03
File tree
2 files changed
+44
-3
lines changed- .github/workflows
- Tests/SparkConnectTests
2 files changed
+44
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
38 | 52 | | |
39 | 53 | | |
40 | 54 | | |
| |||
44 | 58 | | |
45 | 59 | | |
46 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
47 | 72 | | |
48 | 73 | | |
49 | 74 | | |
| |||
54 | 79 | | |
55 | 80 | | |
56 | 81 | | |
57 | | - | |
58 | | - | |
| 82 | + | |
| 83 | + | |
59 | 84 | | |
60 | 85 | | |
61 | 86 | | |
| |||
0 commit comments