The different schemas that will be given to this OutputFormat are defined in the constructor by providing a {@link TableSpec}. These TableSpec also contains information such as pre-SQL or post-SQL statements but most notably contain a Schema so that a CREATE TABLE can be derived automatically from it. Note that the Schema provided to TableSpec doesn't need to contain a "_partition" field or be nullable.
|
|