Upgrade spark-operator to v2.1.1#6865
Conversation
Signed-off-by: Kevin Liao <q85292542000@gmail.com>
|
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6865 +/- ##
==========================================
- Coverage 56.96% 56.96% -0.01%
==========================================
Files 931 931
Lines 58275 58276 +1
==========================================
- Hits 33199 33198 -1
- Misses 22017 22019 +2
Partials 3059 3059
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Update viper to v1.11.0 in every affected go.mod, resolving previous update that only covered one subproject. Signed-off-by: Kevin Liao <q85292542000@gmail.com>
Signed-off-by: Kevin Liao <q85292542000@gmail.com>
Signed-off-by: Kevin Liao <q85292542000@gmail.com>
…ired Signed-off-by: Kevin Liao <q85292542000@gmail.com>
Signed-off-by: Kevin Liao <q85292542000@gmail.com>
machichima
left a comment
There was a problem hiding this comment.
Overall LGTM, just a few comments
| } | ||
|
|
||
| if sparkJob.GetExecutorPath() != "" { | ||
| if sparkJob.GetExecutorPath() != "" && sparkConfig["spark.pyspark.python"] == "" && sparkConfig["spark.pyspark.driver.python"] == "" { |
There was a problem hiding this comment.
Could you add the changes here to the PR description?
There was a problem hiding this comment.
I rechecked this logic and realized the current conditional handling could be problematic. I’d prefer to revert to the previous behavior for now. Let me know if you see any concerns.
|
As discussed with @pingsutw , we should run the tests against the v1 CRD to match the currently compatible operator version. |
Signed-off-by: Kevin Liao <q85292542000@gmail.com>
…tor-2.1.1 Signed-off-by: Kevin Liao <q85292542000@gmail.com>
Signed-off-by: Kevin Liao <q85292542000@gmail.com>
Signed-off-by: Kevin Liao <q85292542000@gmail.com>
…tor-2.1.1 Signed-off-by: Kevin Liao <q85292542000@gmail.com>
Signed-off-by: Kevin Liao <q85292542000@gmail.com>
Signed-off-by: Kevin Liao <q85292542000@gmail.com>
Signed-off-by: Kevin Liao <q85292542000@gmail.com>
…tor-2.1.1 Signed-off-by: Kevin Liao <q85292542000@gmail.com>
…tor-2.1.1 Signed-off-by: Kevin Liao <q85292542000@gmail.com>
…tor-2.1.1 Signed-off-by: Kevin Liao <q85292542000@gmail.com>
Signed-off-by: Kevin Liao <q85292542000@gmail.com> Co-authored-by: Kevin Su <pingsutw@apache.org> Signed-off-by: Varun Nuthalapati <nuthalapativarun@gmail.com>
Tracking issue
Related #6686, #6348
Why are the changes needed?
What changes were proposed in this pull request?
How was this patch tested?
Labels
Please add one or more of the following labels to categorize your PR:
This is important to improve the readability of release notes.
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link