Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.0, 1.12.0
-
None
Description
The pcap format plug in does not accept the "extensions" parameter. When I try to update the SP, I get the following error:
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "extensions" (class org.apache.drill.exec.store.pcap.PcapFormatConfig), not marked as ignorable (0 known properties: ]) at [Source: java.io.StringReader@6f8fd642; line: 51, column: 26] (through reference chain: org.apache.drill.exec.store.dfs.FileSystemConfig["formats"]->java.util.LinkedHashMap["pcap"]->org.apache.drill.exec.store.pcap.PcapFormatConfig["extensions"]) at com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException.from(UnrecognizedPropertyException.java:62) ~[jackson-databind-2.7.9.1.jar:2.7.9.1]
But the pcap format plug in example in Drill 1.11 release notes ( https://drill.apache.org/blog/2017/07/31/drill-1.11-released/) indicates that it does accept the extensions parameter.
This is to Update the release notes to remove extensions parameter in the example.