You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "CaduRodrigues (via GitHub)" <gi...@apache.org> on 2023/06/16 13:15:46 UTC

[GitHub] [iceberg] CaduRodrigues opened a new issue, #7850: delete with clause IN

CaduRodrigues opened a new issue, #7850:
URL: https://github.com/apache/iceberg/issues/7850

   ### Query engine
   
   spark
   
   ### Question
   
   Guys, I'm trying to do a delete via pyspark, and it's not working when I use the IN clause, has anyone experienced this problem?
   
   For example:
   
   delete from table where field = 1 works,
   
   delete from table where field in(1) , does not give error but does not delete


-- 
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: issues-unsubscribe@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] nastra commented on issue #7850: delete with clause IN

Posted by "nastra (via GitHub)" <gi...@apache.org>.
nastra commented on issue #7850:
URL: https://github.com/apache/iceberg/issues/7850#issuecomment-1598598691

   We have a a few [tests](https://github.com/apache/iceberg/blob/master/spark/v3.4/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java#L1186) in the codebase that verify this behavior. Could you describe your schema and how you determined that data isn't being deleted?
   A reproducible short example would be helpful here, thanks.
   


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org