Laurent Goujon created DRILL-4361: ------------------------------------- Summary: Allow for FileSystemPlugin subclasses to override FormatCreator Key: DRILL-4361 URL: https://issues.apache.org/jira/browse/DRILL-4361 Project: Apache Drill Issue Type: Improvement Reporter: Laurent Goujon Assignee: Laurent Goujon Priority: Minor
FileSystemPlugin subclasses are not able to customize plugins, as FormatCreator in created in FileSystemPlugin constructor and immediately used to create SchemaFactory instance. FormatCreator instantiation should be moved to a protected method so that subclass can choose to implement it differently. -- This message was sent by Atlassian JIRA (v6.3.4#6332)