mxm commented on code in PR #13675:
URL: https://github.com/apache/iceberg/pull/13675#discussion_r2253898461
##########
build.gradle:
##########
@@ -164,6 +164,19 @@ subprojects {
}
}
+ def testParallelism = project.findProperty('testParallelism')
Review Comment:
It's true that we use Java properties for Flink parameters. However, Gradle
properties are more idiosyncratic for build parameters. For the sake of a
consistent style, we may continue to use Java properties.
--
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]