You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "BruceKellan (via GitHub)" <gi...@apache.org> on 2023/03/09 03:53:01 UTC

[GitHub] [hudi] BruceKellan commented on issue #8136: [SUPPORT] Wrong type returned by ParquetColumnarRowSplitReader in hudi-flink1.16.x code

BruceKellan commented on issue #8136:
URL: https://github.com/apache/hudi/issues/8136#issuecomment-1461231411

   Hi kkrugler, I have seen your project code.
   
   Hudi-flink is not directly open to users.
   
   You rely on hudi-flink in your code, so you indirectly depend on org.apache.hudi:hudi-flink1.16.x:jar, you can check it by executing this command:
   
   ```shell
   mvn dependency:tree
   ```
   
   Since it is unrealistic and unfriendly for users to sort out the internal dependency structure, we provide bundle packages, and users only need to rely on the hudi-flink-bundle-jar.
   Such as [hudi-flink1.15-bundle](https://mvnrepository.com/artifact/org.apache.hudi/hudi-flink1.15-bundle/0.13.0).


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org