voonhous commented on code in PR #17657:
URL: https://github.com/apache/hudi/pull/17657#discussion_r2650115908


##########
hudi-sync/hudi-datahub-sync/src/test/java/org/apache/hudi/sync/datahub/TestDataHubSyncClient.java:
##########
@@ -72,7 +72,7 @@
 public class TestDataHubSyncClient {
 
   @Mock
-  RestEmitter restEmitterMock;
+  RestEmitter restEmitterMock = mock(RestEmitter.class);

Review Comment:
   Add `@ExtendWith(MockitoExtension.class)` at class level so we do not need 
to explicitly define `mock(RestEmitter.class)`?



##########
pom.xml:
##########
@@ -184,7 +184,7 @@
     <scala.collection-compat.version>2.8.1</scala.collection-compat.version>
     <scala.binary.version>2.12</scala.binary.version>
     <apache-rat-plugin.version>0.16.1</apache-rat-plugin.version>
-    <scala-maven-plugin.version>3.3.1</scala-maven-plugin.version>
+    <scala-maven-plugin.version>3.4.6</scala-maven-plugin.version>

Review Comment:
   Is this the max we can bump to?



-- 
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]

Reply via email to