yaooqinn opened a new issue, #5679:
URL: https://github.com/apache/kyuubi/issues/5679

   ### What's the level of this task?
   
   EASY
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before creating
   
   - [X] I have searched in the [task 
list](https://github.com/orgs/apache/projects/296) and found no similar tasks.
   
   
   ### Mentor
   
   - [X] I have sufficient expertise on this task, and I volunteer to be a 
mentor of this task to guide contributors through the task.
   
   
   ### Skill requirements
   
   - scala
   - scala-style
   
   ### Background and Goals
   
   https://issues.apache.org/jira/browse/SPARK-45338
   
   ### Implementation steps
   
   1. apply the rules below to scala linter
   ```
     <check customId="javaconversions" level="error" 
class="org.scalastyle.scalariform.TokenChecker" enabled="true">
       <parameters><parameter 
name="regex">JavaConversions</parameter></parameters>
       <customMessage>Instead of importing implicits in 
scala.collection.JavaConversions._, import
         scala.jdk.CollectionConverters._ and use .asScala / .asJava 
methods</customMessage>
     </check>
   
     <check customId="javaconverters" level="error" 
class="org.scalastyle.scalariform.TokenChecker" enabled="true">
       <parameters><parameter 
name="regex">JavaConverters</parameter></parameters>
       <customMessage>Instead of importing implicits in 
scala.collection.JavaConverters._, import
         scala.jdk.CollectionConverters._ and use .asScala / .asJava 
methods</customMessage>
     </check>
   ```
   
   2. fix all failed heckers
   
   ### Additional context
   
   Introduction of [2023 Kyuubi Code Contribution 
Program](https://github.com/apache/kyuubi/issues/5357)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to