parisni commented on issue #6024:
URL: https://github.com/apache/iceberg/issues/6024#issuecomment-1286103900

   `registerTempTable` is not a way to benefit from delete apparently. This way 
works fine:
   ```scala
   spark.sql("select 1 as ad_id, '2021-07-01' as online_date union select 2 , 
'2021-07-01'").writeTo("local.test").create()
   spark.sql("delete from local.test where ad_id = 1")
   ```
   


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