pan3793 commented on a change in pull request #2428:
URL: https://github.com/apache/iceberg/pull/2428#discussion_r612125544



##########
File path: build.gradle
##########
@@ -1000,6 +1001,15 @@ project(':iceberg-spark3-runtime') {
 
   tasks.jar.dependsOn tasks.shadowJar
 
+  sourceSets {
+    integration {
+      java {
+        srcDir "$projectDir/src/integration/java"
+      }

Review comment:
       how about `java.srcDir "$projectDir/src/integration/java"` align style 
with below line?




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