FANNG1 commented on PR #4548:
URL: https://github.com/apache/gravitino/pull/4548#issuecomment-2332905321
> > > > @LiuQhahah is there anything blocking you?
> > >
> > >
> > > I have updated the code. please check whether any issue with it.
> >
> >
> > You exclude all dependences from `:iceberg:iceberg-common` which are
necessary for catalog-iceberg, the better way is to exclude specific
dependences explictly.
> > ```
> > implementation(project(":iceberg:iceberg-common")) {
> > exclude("*")
> > }
> > ```
>
> Hi @FANNG1
>
> I try to update the file. however, from the result, I can't exclude the
rocksdbjni-7.10.2.jar . Can you help with some ideas?
>
> thanks
>
> ```
> $ ls distribution/package/catalogs/lakehouse-iceberg/libs | grep rock
> rocksdbjni-7.10.2.jar
> ```
could I continue exclude some jars based on your PR?
--
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]