You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 🔍 Description
## Issue References 🔗
This pull request closes#6247
This also closes#6431
## Describe Your Solution 🔧
Add a job `spark-connector-cross-version-test` in GitHub Actions to:
1. Build KSHC package with maven opt `-Pspark-3.5`
2. Run KSHC tests with maven opt `-Pspark-3.3` and `-Pspark-3.4` and KSHC package built in step 1
3. Fix the binary-compatible issue via reflection.
## Types of changes 🔖
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
## Test Plan 🧪
Pass GHA.
---
# 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#6436 from zhouyifan279/kshc-cross-version-test.
Closes#6247d3ac2ef [zhouyifan279] Tune the KSHC code to fix binary-compatible issues
4e14edc [zhouyifan279] Fix invalid unit-tests-log name
56ca45d [zhouyifan279] Fix invalid unit-tests-log name
4c5ab7b [zhouyifan279] Update test log name
8a84e88 [zhouyifan279] Add matrix scala
17cb671 [zhouyifan279] [KYUUBI #6247] KSHC cross-version test
Authored-by: zhouyifan279 <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit 3ed912f)
Signed-off-by: Cheng Pan <[email protected]>
Code of Conduct
Search before asking
Describe the feature
support scala 2.13 for spark 3.3 version
Motivation
It's hard for downstream code using Kyuubi spark hive connector like
Gravitino
to support multi scala versions in apache/gravitino#3608Describe the solution
compile with scala 2.13 and publish to Maven
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: