reswqa commented on code in PR #24999: URL: https://github.com/apache/flink/pull/24999#discussion_r1665404194
########## pom.xml: ########## @@ -2383,6 +2383,9 @@ under the License. <exclude>org.apache.flink.util.function.SerializableFunction</exclude> <exclude>org.apache.flink.util.function.SupplierWithException</exclude> <exclude>org.apache.flink.util.function.ThrowingConsumer</exclude> + <!-- Mark these 2 methods to @Internal. Tracked under FLINK-34130 --> + <exclude>org.apache.flink.configuration.Configuration#getBytes()</exclude> Review Comment: If it still fails, try replacing `byte[]` with `[B`. This is the JNI type spec for array. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org