Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #6417] Remove scala compile args -Yno-adapted-args
# 🔍 Description IDEA complains when enabling `scala-2.13` profile. ``` scala: bad option: '-Yno-adapted-args' ``` <img width="1728" alt="image" src="https://github.com/apache/kyuubi/assets/26535726/5e350028-489b-4764-be7b-2cde2fcc522d"> I also found Spark removes it in SPARK-29413 ## Types of changes 🔖 - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 Pass GHA, and verify locally with IDEA. --- # 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 #6417 from pan3793/scala-opt. Closes #6417 1464c81 [Cheng Pan] Remove scala compile args -Yno-adapted-args Authored-by: Cheng Pan <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit b406551) Signed-off-by: Cheng Pan <[email protected]>
- Loading branch information