Skip to content

RestoreTableCommandBase

RestoreTableCommandBase is an abstraction of RestoreTableCommands with pre-defined output schema and metrics.

Output Attributes

outputSchema: Seq[Attribute]

outputSchema is a collection of AttributeReferences (Spark SQL).

Name Data Type
table_size_after_restore LongType
num_of_files_after_restore LongType
num_removed_files LongType
num_restored_files LongType
removed_files_size LongType
restored_files_size LongType

outputSchema is used when: