You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/12/13 21:15:44 UTC

[GitHub] [drill] cgivre commented on a change in pull request #1932: DRILL-7485: NPE on PCAP Batch Reader

cgivre commented on a change in pull request #1932: DRILL-7485: NPE on PCAP Batch Reader
URL: https://github.com/apache/drill/pull/1932#discussion_r357835774
 
 

 ##########
 File path: exec/java-exec/src/test/java/org/apache/drill/exec/store/pcap/TestPcapEVFReader.java
 ##########
 @@ -99,4 +99,10 @@ public void testAggregateQuery() throws Exception {
       .baselineValues(true, 16L)
       .go();
   }
+
+  @Test
+  public void testArpPcapFile() throws Exception {
+    String sql = "SELECT type AS packet_type FROM cp.`store/pcap/test2.pcap`";
+    queryBuilder().sql(sql).run();
+  }
 }
 
 Review comment:
   Done

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


With regards,
Apache Git Services