arina-ielchiieva commented on a change in pull request #1637: DRILL-7032: 
Ignore corrupt rows in a PCAP file
URL: https://github.com/apache/drill/pull/1637#discussion_r267074751
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/store/pcap/decoder/Packet.java
 ##########
 @@ -53,6 +53,7 @@
   private int packetLength;
   protected int etherProtocol;
   protected int protocol;
+  protected boolean isCorrupt = false;
 
 Review comment:
   Maybe add new field as last one, not in the middle?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to