Aditya Kishore created DRILL-4491:
-------------------------------------

             Summary: FormatPluginOptionsDescriptor requires FormatPluginConfig 
fields to be public
                 Key: DRILL-4491
                 URL: https://issues.apache.org/jira/browse/DRILL-4491
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Aditya Kishore
            Assignee: Aditya Kishore
            Priority: Minor


The code uses {{getField()}} instead of {{getDeclaredField()}}, which returns 
only the public fields.

{code:title=FormatPluginOptionsDescriptor.java:165|borderStyle=solid}
Field field = pluginConfigClass.getField(paramDef.name);
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to