You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/09/26 07:47:31 UTC

[GitHub] [hudi] xushiyan edited a comment on issue #3571: Caused by: java.lang.NoSuchFieldError: NULL_VALUE[SUPPORT]

xushiyan edited a comment on issue #3571:
URL: https://github.com/apache/hudi/issues/3571#issuecomment-927251709


   this looks like a jar mismatch issue. it's complaining about "java.lang.NoSuchFieldError: NULL_VALUE"
   
   https://github.com/apache/hudi/blob/178767948e906f673d6d4a357c65c11bc574f619/hudi-common/src/main/java/org/apache/hudi/avro/HoodieAvroUtils.java#L245-L246
   
   @yuangjiang hudi-spark-bundle_2.11 should give you avro-1.8.2.jar, which is the right one. But in your environment i wonder if there is any different avro dependencies being supplied? can you double check on the jar/classpath aspect?


-- 
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