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_r349098515
##########
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:
I don't know. I'm going to deprecate this class because it actually is no
longer needed.
----------------------------------------------------------------
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