cshuo commented on code in PR #19866:
URL: https://github.com/apache/hudi/pull/19866#discussion_r3958054528
##########
packaging/hudi-flink-bundle/pom.xml:
##########
@@ -108,6 +108,20 @@
<include>org.apache.parquet:parquet-jackson</include>
<include>com.github.luben:zstd-jni</include>
+ <!-- Lance file I/O uses Arrow C Data, not the dataset or
namespace APIs.
+ Keep Lance and Arrow in their original packages for
JNI. -->
+ <include>org.lance:lance-core</include>
Review Comment:
Moved the runtime dependencies behind the opt-in `flink-lance` profile; the
default bundle size is unchanged.
--
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]