Truncate partition feature

You can truncate Iceberg partitioning from Hive.

You specify columns in the TRUNCATE TABLE ... PARTITION command as shown in the following syntax. This command does not support partitioning on columns that have partition transforms other than identity-transform.

Hive syntax

TRUNCATE TABLE t PARTITION (parCol1 = Val1, parCol2 = Val2 ... );