kbendick commented on a change in pull request #2595:
URL: https://github.com/apache/iceberg/pull/2595#discussion_r648602486



##########
File path: jmh.gradle
##########
@@ -17,7 +17,14 @@
  * under the License.
  */
 
-def jmhProjects = [ project("iceberg-spark2") ]
+def jmhProjects

Review comment:
       Yeah. I could use `deef jmhProjects = []`, but IntelliJ complains about 
unused variable.
   
   I then tried to be a bit more Scala like, and did `def jmhProjects = { ... 
return array_of_what_i_want }` but that generated a closure.
   
   Basically, the best I think I can offer is `def jmhProjects = []` and then 
leave it like that.




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

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