zcsizmadia commented on code in PR #2439:
URL: https://github.com/apache/avro/pull/2439#discussion_r1295964336
##########
lang/csharp/src/apache/main/Generic/GenericReader.cs:
##########
@@ -297,8 +297,6 @@ protected virtual object ReadRecord(object reuse,
RecordSchema writerSchema, Sch
var defaultDecoder = new BinaryDecoder(defaultStream);
foreach (Field rf in rs.Fields.Where(rf =>
!writerSchema.Contains(rf.Name)))
Review Comment:
CodeQL warnings like this, I ussuallyh just ignore, since it is really not a
concern in a legacy code like avro. However thanks for getting rid of it ;)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]