Re: [I] Creating Delete Vectors using Java API or Spark [iceberg]

2025-01-20 Thread via GitHub
Fokko commented on issue #11968: URL: https://github.com/apache/iceberg/issues/11968#issuecomment-2602453315 @amogh-jahagirdar Thanks Amogh, I checked and it looks good now: ![Image](https://github.com/user-attachments/assets/fbe5acb2-8805-4c10-8f1b-c760011d132c) -- This is an auto

Re: [I] Creating Delete Vectors using Java API or Spark [iceberg]

2025-01-17 Thread via GitHub
amogh-jahagirdar closed issue #11968: Creating Delete Vectors using Java API or Spark URL: https://github.com/apache/iceberg/issues/11968 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [I] Creating Delete Vectors using Java API or Spark [iceberg]

2025-01-16 Thread via GitHub
amogh-jahagirdar commented on issue #11968: URL: https://github.com/apache/iceberg/issues/11968#issuecomment-2597296564 @Fokko is this spark 3.5? I'll have a backport up for 3.4 shortly, so if it's 3.4 or earlier you're probably not going to see those? -- This is an automated message fro

Re: [I] Creating Delete Vectors using Java API or Spark [iceberg]

2025-01-15 Thread via GitHub
Fokko commented on issue #11968: URL: https://github.com/apache/iceberg/issues/11968#issuecomment-2592233055 I was trying out the Nightly Snapshot for PyIceberg, and noticed that we don't produce any deletion vectors (yet): ``` spark-sql (default)> CREATE OR REPLACE TABLE tes

Re: [I] Creating Delete Vectors using Java API or Spark [iceberg]

2025-01-14 Thread via GitHub
nastra commented on issue #11968: URL: https://github.com/apache/iceberg/issues/11968#issuecomment-2591782721 Not sure where you got the `write.delete.vector.enabled` property from but that property doesn't exist. The DV code hasn't been officially released yet. You could either wait for

[I] Creating Delete Vectors using Java API or Spark [iceberg]

2025-01-14 Thread via GitHub
piyushdubey opened a new issue, #11968: URL: https://github.com/apache/iceberg/issues/11968 ### 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 v