CloneTableBase¶
CloneTableBase is an extension of the Command (Spark SQL) abstraction for CLONE TABLE commands.
Implementations¶
handleClone¶
handleClone(
spark: SparkSession,
txn: OptimisticTransaction,
destinationTable: DeltaLog,
hdpConf: Configuration,
deltaOperation: DeltaOperations.Operation): Seq[Row]
handleClone...FIXME
handleClone is used when:
CloneTableCommandis requested to handleClone