-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug when reading from Azure Data Lake Gen2 with delta format #195
Comments
I have looked into this further. The issue is with Hadoop Azure library that depends on the old jackson dependency.
There is an effort to replace older Jackson versions HADOOP-16908 (corresponding pull request PR 3789). But this will be included in the next For now, we are going to include Import query to reproduce above exception:
|
Situation
We get the following error when reading from Azure Data Lake Gen2 storage using delta format.
It is because of the excluded
org.codehaus.jackson:jackson-mapper-asl:1.9.13
dependency. An the replacementcom.fasterxml.jackson.core:jackson-databind:2.13.1
is not used.Acceptance Criteria
The text was updated successfully, but these errors were encountered: