arina-ielchiieva commented on a change in pull request #1946: DRILL-7505: PCAP 
Plugin Fails on IPv6 Packets
URL: https://github.com/apache/drill/pull/1946#discussion_r362326283
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/store/pcapng/decoder/PacketDecoder.java
 ##########
 @@ -56,6 +56,8 @@ protected int processIpV6Packet() {
       return super.processIpV6Packet();
     } catch (IllegalStateException ise) {
       return -1;
+    } catch (ArrayIndexOutOfBoundsException e) {
 
 Review comment:
   Use multi-catch

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to