-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Query engine
Spark
Question
Q1 - Is it possible to create Deletion Vectors in Apache Iceberg? Is a Deletion Vector file generated for a specific Deletion type Positional vs Equality?
Q2 - Looking for pointers on creating Delete Vectors in Apache Iceberg using Spark or the Java API. So far I have tried creating a table using Spark and inserting a few rows and deleting a few. With "write.delete.vector.enabled" set to true for the table. The hope is that it will generate Deletion Vector(s). Am I missing any steps here?
Here's the code snippet - https://github.com/piyushdubey/dataformats/blob/main/src/main/java/net/piyushdubey/data/IcebergTableOperations.java
Appreciate any pointers on this!
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested