ASiegeLion commented on PR #6153:
URL: https://github.com/apache/paimon/pull/6153#issuecomment-3232205380

   f I add ‘write-only = true‘’ to the with attribute of the paimon table,
   example :
   `CREATE TABLE paimon.dw_liupeiyue.yydw_dm_entity_person_paimon_mini(
   `hdid` string,
   `attribute` string,
   `last_update_dt` string,
   `proctime` AS PROCTIME(),
   PRIMARY KEY(`hdid`) NOT ENFORCED
   ) COMMENT ''
   WITH (
   'bucket' = '64',
   'snapshot.time-retained' = '24h',
   'write-only' = 'true',
   'metastore.partitioned-table' = 'true',
   'consumer.expiration-time' = '3d'
   )`
   
   executor flink batch sql :
   `delete from paimon.dw_liupeiyue.yydw_dm_entity_person_paimon_mini  where  
hdid = '10074379'`
   
   flink web ui  show :
   <img width="1576" height="538" alt="image" 
src="https://github.com/user-attachments/assets/556f69ac-4db8-4561-b0d5-ed3ff036bae1";
 />
   
   so, delete from should be supported write-only=true mode
   
   


-- 
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-unsubscr...@paimon.apache.org

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

Reply via email to