cgivre commented on a change in pull request #1898: DRILL-7443: Enable PCAP
Plugin to Reassemble TCP Streams
URL: https://github.com/apache/drill/pull/1898#discussion_r349101235
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/pcap/PcapRecordReader.java
##########
@@ -136,7 +136,7 @@ public void close() throws Exception {
}
private ImmutableList<ProjectedColumnInfo> getProjectedColsIfItNull() {
- return projectedCols != null ? projectedCols : initCols(new Schema());
+ return projectedCols != null ? projectedCols : initCols(new Schema(false));
Review comment:
Actually, never mind. I'm deleting this class, because it was replaced by
the `PcapBatchReader` when I updated this to use EVF.
----------------------------------------------------------------
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