danny0405 commented on code in PR #19685:
URL: https://github.com/apache/hudi/pull/19685#discussion_r3870355934


##########
packaging/hudi-flink-bundle/pom.xml:
##########
@@ -105,6 +105,7 @@
                   
<include>org.apache.parquet:parquet-format-structures</include>
                   <include>org.apache.parquet:parquet-encoding</include>
                   <include>org.apache.parquet:parquet-jackson</include>
+                  <include>com.github.luben:zstd-jni</include>

Review Comment:
   This now embeds the zstd-jni classes and native libraries in the released 
Flink bundle, but the PR does not update the distribution license metadata. 
zstd-jni is BSD-2-Clause, its jar does not carry a LICENSE resource for the 
shade plugin to retain, and the current Hudi LICENSE has no zstd-jni/BSD 
attribution. Please add the required third-party license text/notice and verify 
it is present in the produced bundle; otherwise the binary distribution omits 
the BSD copyright and license notice.



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

Reply via email to