You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/03/24 12:22:53 UTC

[GitHub] [hadoop] aajisaka commented on pull request #3990: [HADOOP-13386] upgrade to avro 1.9.2

aajisaka commented on pull request #3990:
URL: https://github.com/apache/hadoop/pull/3990#issuecomment-1077570607


   Hi @pjfanning - Would you ignore the findbugs error? 
   
   >  A known null value is checked to see if it is an instance of org.apache.avro.util.Utf8 in org.apache.hadoop.mapreduce.jobhistory.JobSubmitted.customDecode(ResolvingDecoder) At JobSubmitted.java:checked to see if it is an instance of org.apache.avro.util.Utf8 in org.apache.hadoop.mapreduce.jobhistory.JobSubmitted.customDecode(ResolvingDecoder) At JobSubmitted.java:[line 1238]
   
   The class is generated by Avro and the generated source code is as follows. I think it is a bug in Avro side and we can simply ignore.
   ```
                 java.lang.CharSequence k0 = null;
                 k0 = in.readString(k0 instanceof Utf8 ? (Utf8)k0 : null);
                 java.lang.CharSequence v0 = null;
                 v0 = in.readString(v0 instanceof Utf8 ? (Utf8)v0 : null);
   ```
   
   Sorry for the late response.


-- 
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: common-issues-unsubscribe@hadoop.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org