monologuist commented on PR #421:
URL: 
https://github.com/apache/doris-flink-connector/pull/421#issuecomment-2221815330

   > Thanks for trying to resolve this issue.
   > 
   > I looked at doris's use of this section and found that it is `CLEAN LABEL 
[label] FROM db;` This SQL has some syntax problems. For example, pure numbers 
such as 123 are not supported . This needs to be changed to doris' code.
   > 
   > Generally speaking, if you need to clean the label under db, you can use 
`CLEAN LABEL FROM db;` clear all labels
   
   @DongLiang-0 Thank you for your reply! Do you mean that the SQL `CLEAN LABEL 
label1 FROM db1;`restriction on label naming,  should be solved in Doris 
project? Am I right?
   
   I will raise this issue in Doris project, but if doris rejects this 
proposal, I think we need to consider solving this issue in 
doris-flink-connector. Because when the flink cdc job failover, a large number 
of useless labels that cannot be deleted are eventually generated. (When I 
don't want to directly use `CLEAN LABEL FROM db1;` to clear all labels)🙂


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