Class FileSchemaNegotiatorImpl

java.lang.Object
org.apache.drill.exec.physical.impl.scan.v3.lifecycle.SchemaNegotiatorImpl
org.apache.drill.exec.physical.impl.scan.v3.file.FileSchemaNegotiatorImpl
All Implemented Interfaces:
FileSchemaNegotiator, SchemaNegotiator

public class FileSchemaNegotiatorImpl extends SchemaNegotiatorImpl implements FileSchemaNegotiator
Implementation of the file-level schema negotiator which holds the file split which the reader is to process. This class presents the split in both Hadoop and Drill formats. Adds the file name to the error context.