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