pvary commented on code in PR #15475:
URL: https://github.com/apache/iceberg/pull/15475#discussion_r2877478033


##########
flink/v2.1/build.gradle:
##########
@@ -125,6 +125,10 @@ 
project(":iceberg-flink:iceberg-flink-${flinkMajorVersion}") {
   test {
     useJUnitPlatform()
   }
+
+  javadoc {
+    exclude 'org/apache/flink/formats/avro/**'
+  }

Review Comment:
   I would rather have our own classes with a javadoc copying the Flink and 
adding a note that this is a temporary copy of the files until the Flink PR is 
merged, and then these will be removed



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

Reply via email to