CTTY opened a new issue, #3135:
URL: https://github.com/apache/iceberg-rust/issues/3135

   We should validate this when building `FileScanTaskDeleteFile`. 
   ```
   isDv == FileScanTaskDeleteFile.content_type == PosDel && 
FileScanTaskDeleteFile.file_format == puffin
   fn build() {
    if (isDv) { validate_deletion_vector_task() }
   }
   
   ```
   
   _Originally posted by @CTTY in 
https://github.com/apache/iceberg-rust/pull/3035#discussion_r3919914422_
               


-- 
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 comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to