pan3793 commented on a change in pull request #1331:
URL: https://github.com/apache/incubator-kyuubi/pull/1331#discussion_r742697257



##########
File path: 
kyuubi-server/src/test/scala/org/apache/kyuubi/WithSecuredDFSService.scala
##########
@@ -59,5 +59,5 @@ trait WithSecuredDFSService extends KerberizedTestHelper {
     super.afterAll()
   }
 
-  def getHadoopConf(): Configuration = miniDFSService.getHadoopConf
+  def getHadoopConf: Configuration = miniDFSService.getHadoopConf

Review comment:
       Remove parentheses because the function has no side effect.




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