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-unsubscr...@hadoop.apache.org

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



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

Reply via email to