You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-52371] Update Example projects to use the latest main branch always
### What changes were proposed in this pull request?
This PR aims to update `Example` projects to use the latest `main` branch always.
```swift
- .package(url: "https://github.com/apache/spark-connect-swift.git", branch: "v0.1.0"),
+ .package(url: "https://github.com/apache/spark-connect-swift.git", branch: "main"),
```
### Why are the changes needed?
Until we have `1.0.0` release, this will lead a user to use the latest bug fixed version.
### Does this PR introduce _any_ user-facing change?
No behavior change because this is an example update.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
Pass the CIs.
Closes#190 from dongjoon-hyun/SPARK-52371.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments