Skip to content

Commit fb22d37

Browse files
committed
[MINOR][BUILD] Remove todos for testing in the real releases
### What changes were proposed in this pull request? This PR proposes to remove todos (that are tested). ### Why are the changes needed? To note what's tested or not for developement. ### Does this PR introduce _any_ user-facing change? No, dev-only. ### How was this patch tested? Manually tested. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#52207 from HyukjinKwon/remove-what-is-tested. Authored-by: Hyukjin Kwon <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
1 parent 6476dbc commit fb22d37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/create-release/release-build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ if [[ "$1" == "finalize" ]]; then
162162
echo "Uploading release docs to spark-website"
163163
cd spark-website
164164

165-
# TODO: Test it in the actual release
166165
# 1. Add download link to documentation.md
167166
python3 <<EOF
168167
import re
@@ -545,7 +544,6 @@ EOF
545544

546545
echo "Done."
547546

548-
# TODO: Test it in the actual official release
549547
# Remove old releases from the mirror
550548
# Extract major.minor prefix
551549
RELEASE_SERIES=$(echo "$RELEASE_VERSION" | cut -d. -f1-2)

0 commit comments

Comments
 (0)