wForget opened a new pull request, #8445:
URL: https://github.com/apache/iceberg/pull/8445

   close #8444
   
   test sql:
   
   ```
   CREATE TABLE wangzhen_test_iceberg_20230824_t3 (id bigint, name string)
   USING iceberg;
   
   INSERT INTO wangzhen_test_iceberg_20230824_t3 VALUES (4, 'd'),(5, 'e'),(6, 
'f');
   delete from wangzhen_test_iceberg_20230824_t3 where id = 5;
   ```
   
   ui before:
   
![image](https://github.com/apache/iceberg/assets/17894939/e9ec1460-ce50-471e-baac-fe2d08f6042a)
   
   after:
   
![after](https://github.com/apache/iceberg/assets/17894939/16d9574f-003f-480e-b646-9ac731c655bb)
   
   


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