Commit d01e532
committed
[SPARK-36251][INFRA][BUILD][3.2] Cover GitHub Actions runs without SHA in testing script
### What changes were proposed in this pull request?
This PR partially backports the fix in the script at #33410 to make the branch-3.2 build pass at https://github.com/apache/spark/actions/workflows/build_and_test.yml?query=event%3Aschedule
### Why are the changes needed?
To make the Scala 2.13 periodical job pass
### Does this PR introduce _any_ user-facing change?
No, dev-only.
### How was this patch tested?
It is a logically non-conflicting backport.
Closes #33472 from HyukjinKwon/SPARK-36251.
Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>1 parent fef7bf9 commit d01e532
1 file changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
696 | 702 | | |
697 | 703 | | |
698 | | - | |
699 | | - | |
700 | | - | |
| 704 | + | |
| 705 | + | |
701 | 706 | | |
702 | 707 | | |
703 | | - | |
704 | | - | |
| 708 | + | |
705 | 709 | | |
706 | 710 | | |
707 | 711 | | |
| |||
0 commit comments