Skip to main content

overwritePartitions

Overwrites all partitions for which the DataFrame contains at least one row with the contents of the DataFrame in the output table. This operation is equivalent to Hive's INSERT OVERWRITE ... PARTITION, which replaces partitions dynamically depending on the contents of the DataFrame.

Syntax

overwritePartitions()

Returns

None

On this page