-
Notifications
You must be signed in to change notification settings - Fork 962
Remove support for Spark 3.2 #7198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4bb0e6f
to
bf22bcd
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #7198 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 695 695
Lines 43505 43479 -26
Branches 5888 5882 -6
======================================
+ Misses 43505 43479 -26 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bf22bcd
to
c30b8b3
Compare
...spark-authz/src/test/scala/org/apache/kyuubi/plugin/spark/authz/PrivilegesBuilderSuite.scala
Show resolved
Hide resolved
...scala/org/apache/kyuubi/plugin/spark/authz/ranger/HudiCatalogRangerSparkExtensionSuite.scala
Show resolved
Hide resolved
...rc/test/scala/org/apache/kyuubi/plugin/lineage/helper/SparkSQLLineageParserHelperSuite.scala
Outdated
Show resolved
Hide resolved
...-spark-sql-engine/src/test/scala/org/apache/spark/kyuubi/SparkSQLEngineDeregisterSuite.scala
Outdated
Show resolved
Hide resolved
...-spark-sql-engine/src/test/scala/org/apache/spark/kyuubi/SparkSQLEngineDeregisterSuite.scala
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, lgtm, just some minor comments
…e/kyuubi/plugin/lineage/helper/SparkSQLLineageParserHelperSuite.scala Co-authored-by: Zhen Wang <[email protected]>
42d5874
to
7d7e21c
Compare
Thanks, merged to master |
Why are the changes needed?
Discussion in mailing list: https://lists.apache.org/thread/qrbknzjj3jcwjc9nd64qmtohrwfk1kjp
Spark 3.2 is EOL on 2023/04, Kyuubi deprecated support for Spark 3.2 in 1.10 #6545
This PR proposes to fully drop support for Spark 3.2.
How was this patch tested?
Pass GHA.
Was this patch authored or co-authored using generative AI tooling?
No.