Skip to content

Commit 482e103

Browse files
wForgetbowenliang123
authored andcommitted
[KYUUBI #6757] Pass build args to extra spark engine build command
# 🔍 Description ## Issue References 🔗 This pull request fixes # ## Describe Your Solution 🔧 Pass build args to extra spark engine build command ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [X] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6757 from wForget/minor2. Closes #6757 5b373d2 [wforget] Pass build args to extra spark engine build command Authored-by: wforget <[email protected]> Signed-off-by: Bowen Liang <[email protected]> (cherry picked from commit 13c8413) Signed-off-by: Bowen Liang <[email protected]>
1 parent ccd4de8 commit 482e103

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ for arg in "$@"; do
256256
FILTERED_ARGS+=("${arg//scala-2.12/scala-2.13}")
257257
elif [[ $arg == *scala-2.13* ]]; then
258258
FILTERED_ARGS+=("${arg//scala-2.13/scala-2.12}")
259+
else
260+
FILTERED_ARGS+=("$arg")
259261
fi
260262
done
261263

0 commit comments

Comments
 (0)