Closed
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #7254 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 697 697
Lines 43587 43610 +23
Branches 5893 5893
======================================
- Misses 43587 43610 +23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3b5f0fb to
a6d5660
Compare
pan3793
commented
Dec 16, 2025
| <profile> | ||
| <id>spark-4.1</id> | ||
| <modules> | ||
| <module>extensions/spark/kyuubi-spark-connector-hive</module> |
Member
Author
There was a problem hiding this comment.
it passes compile, but not test
pan3793
commented
Dec 16, 2025
| } | ||
|
|
||
| test("arrow-based query metrics") { | ||
| // TODO: the issue is being investigated Fu Chen |
Member
Author
There was a problem hiding this comment.
cc @cfmcgrady, as we discussed, this seems to be a spark side bug
pan3793
commented
Dec 16, 2025
| result = testPrematureExitForControlCli(logArgs, "") | ||
| assert(result.contains(s"Submitted application: $sparkBatchTestAppName")) | ||
| assert(result.contains("Shutdown hook called")) | ||
| assert(result.contains("Successfully stopped SparkContext")) |
Member
Author
There was a problem hiding this comment.
SPARK-54259 demotes the log level of "Shutdown hook called" to debug
pan3793
commented
Dec 17, 2025
.../src/test/scala/org/apache/kyuubi/engine/spark/operation/SparkArrowbasedOperationSuite.scala
Outdated
Show resolved
Hide resolved
…uubi/engine/spark/operation/SparkArrowbasedOperationSuite.scala Co-authored-by: Cheng Pan <chengpan@apache.org>
turboFei
approved these changes
Dec 17, 2025
cxzl25
approved these changes
Dec 17, 2025
Member
Author
|
thanks, merged to master! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are the changes needed?
Switch to Python 3.11 for Spark 4 in GHA, due to the support of Python 3.9 is EOL and dropped by Spark 4.1
How was this patch tested?
GHA.
Was this patch authored or co-authored using generative AI tooling?
No.