You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Delta Lake Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the Delta Lake code base?
Yes. I can contribute a fix for this bug independently.
Yes. I would be willing to contribute a fix for this bug with guidance from the Delta Lake community.
No. I cannot contribute a bug fix at this time.
The text was updated successfully, but these errors were encountered:
Bug
Which Delta project/connector is this regarding?
Describe the problem
Since this PR #3587 the delta-kernel-api includes a shaded version of Jackson to avoid dependency problems with connector developers.
But the published maven artifacts include jackson dependencies, so any project that uses
delta-kernel-api
might have conflictsSee for example:
https://oss.sonatype.org/content/repositories/iodelta-1181/io/delta/delta-kernel-api/3.3.0/delta-kernel-api-3.3.0.pom
Steps to reproduce
Add
delta-kernel-api
3.3.0
dependency in a maven projectObserved results
Jackson dependencies are included
Expected results
Jackson dependencies are not included as they are shaded inside the
delta-kernel-api
jarFurther details
As a workaround one can explicitly exclude the
jackson
libraries when declaring the dependency, ie:Environment information
Willingness to contribute
The Delta Lake Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the Delta Lake code base?
The text was updated successfully, but these errors were encountered: