geserdugarov commented on code in PR #12837: URL: https://github.com/apache/hudi/pull/12837#discussion_r1956395252
########## style/scalastyle.xml: ########## @@ -120,13 +120,13 @@ <check level="error" class="org.scalastyle.file.NewLineAtEofChecker" enabled="true"/> <check level="error" class="org.scalastyle.file.NoNewLineAtEofChecker" enabled="false"/> <check level="error" class="org.scalastyle.scalariform.BlockImportChecker" enabled="false"/> - <check level="error" class="org.scalastyle.scalariform.ImportOrderChecker" enabled="false"> + <check level="error" class="org.scalastyle.scalariform.ImportOrderChecker" enabled="true"> Review Comment: Here is the main fix. All other changes are related to fixing of caused errors during compilation. -- 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]
