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: [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]
