What DDL and DML features does Delta Lake not support?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2021 09:00 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2021 09:01 AM
- Unsupported DDL features:
- ANALYZE TABLE PARTITION
- ALTER TABLE [ADD|DROP] PARTITION
- ALTER TABLE RECOVER PARTITIONS
- ALTER TABLE SET SERDEPROPERTIES
- CREATE TABLE LIKE
- INSERT OVERWRITE DIRECTORY
- LOAD DATA
- Unsupported DML features:
- INSERT INTO [OVERWRITE]
- table with static partitions
- INSERT OVERWRITE TABLE
- for table with dynamic partitions
- Specifying target partitions using
- PARTITION (part_spec)

