Skip to content
David Liu edited this page Jul 27, 2025 · 2 revisions

Delta Lake does not support multi-table transactions and foreign keys.

Unsupported DDL features:

Unsupported DML features:

  • INSERT INTO [OVERWRITE] table with static partitions
  • INSERT OVERWRITE TABLE for table with dynamic partitions
  • Bucketing
  • Specifying a schema when reading from a table
  • Specifying target partitions using PARTITION (part_spec) in TRUNCATE TABLE

Clone this wiki locally