Skip to content

Conversation

@pan3793
Copy link
Member

@pan3793 pan3793 commented Nov 24, 2025

Why are the changes needed?

  • Engine - passes compile and all UTs except for one case.
  • Server - passes all UTs and Spark engine integration tests.
  • Lineage plugin - passes compile and all UTs
  • AuthZ plugin - passes compile
  • TPC-H/TPC-DS connectors - passes compile and all UTs
  • KSHC - passes compile
  • Spark extension - TBD

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.

@github-actions github-actions bot added kind:infra license, community building, project builds, asf infra related, etc. kind:build labels Nov 24, 2025
@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2025

Codecov Report

❌ Patch coverage is 0% with 34 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.00%. Comparing base (f0e4c95) to head (716c3fb).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...ubi/engine/spark/operation/PlanOnlyStatement.scala 0.00% 22 Missing ⚠️
...ala/org/apache/spark/kyuubi/SparkUtilsHelper.scala 0.00% 7 Missing ⚠️
...in/lineage/helper/SparkSQLLineageParseHelper.scala 0.00% 5 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

<profile>
<id>spark-4.1</id>
<modules>
<module>extensions/spark/kyuubi-spark-connector-hive</module>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it passes compile, but not test

}

test("arrow-based query metrics") {
// TODO: the issue is being investigated Fu Chen
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @cfmcgrady, as we discussed, this seems to be a spark side bug

result = testPrematureExitForControlCli(logArgs, "")
assert(result.contains(s"Submitted application: $sparkBatchTestAppName"))
assert(result.contains("Shutdown hook called"))
assert(result.contains("Successfully stopped SparkContext"))
Copy link
Member Author

@pan3793 pan3793 Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SPARK-54259 demotes the log level of "Shutdown hook called" to debug

@pan3793 pan3793 changed the title Test with Spark 4.1 preview4 Initial support Spark 4.1 Dec 16, 2025
@pan3793 pan3793 marked this pull request as ready for review December 16, 2025 15:39
@github-actions github-actions bot added kind:documentation Documentation is a feature! module:authz labels Dec 16, 2025
…uubi/engine/spark/operation/SparkArrowbasedOperationSuite.scala

Co-authored-by: Cheng Pan <chengpan@apache.org>
@pan3793 pan3793 self-assigned this Dec 17, 2025
@pan3793 pan3793 added this to the v1.11.0 milestone Dec 17, 2025
@pan3793 pan3793 closed this in 8baaba5 Dec 17, 2025
@pan3793
Copy link
Member Author

pan3793 commented Dec 17, 2025

thanks, merged to master!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:build kind:documentation Documentation is a feature! kind:infra license, community building, project builds, asf infra related, etc. module:authz module:extensions module:server module:spark

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants