Skip to content

Commit a9d0afd

Browse files
committed
[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]>
1 parent c118f42 commit a9d0afd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,6 @@
16181618
<arg>-deprecation</arg>
16191619
<arg>-feature</arg>
16201620
<arg>-explaintypes</arg>
1621-
<arg>-Yno-adapted-args</arg>
16221621
<arg>-P:silencer:globalFilters=.*deprecated.*</arg>
16231622
<arg>-P:silencer:globalFilters=.*Could not find any member to link for.*</arg>
16241623
<arg>-P:silencer:globalFilters=.*undefined in comment for class.*</arg>

0 commit comments

Comments
 (0)