On the master branch I am not seeing the 'extensions' class variable in the reference chain shown in the Jackson error message either. There is an extensions parameter in the constructor of the EasyFormatPlugin [1] which is the base class of PcapFormatPlugin but I don't think Jackson is complaining about that. Was this introduced in an earlier version of Drill and later removed ? Can someone familiar with this format plugin help Ted ?
[1] https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/easy/EasyFormatPlugin.java#L78 On Mon, Jun 18, 2018 at 9:34 PM, Ted Dunning <[email protected]> wrote: > What does it take to fix this in the code? > > How does the extensions parameter get into the plugin? > > On Mon, Jun 18, 2018 at 10:07 PM Veera Naranammalpuram (JIRA) < > [email protected]> wrote: > > > ... > > > > The pcap format plug in does not accept the "extensions" parameter. > > >
