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-51146][INFRA][FOLLOWUP] Use awk to update release scripts
### What changes were proposed in this pull request?
This PR has two changes:
1. use awk to update the scripts instead of sed, to avoid issues on Mac OS
2. insert the `export SPARK_CONNECT_MODE=1` after the first line, instead of before the last line. `spark-shell` does not put the final command invocation at the last line.
### Why are the changes needed?
fix release scripts
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
manual
### Was this patch authored or co-authored using generative AI tooling?
no
Closes#49891 from cloud-fan/release.
Authored-by: Wenchen Fan <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
0 commit comments