paimon
paimon copied to clipboard
[core] Introduce expire_tags action and procedure with olderThan user custom time
Purpose
Introduce expire_tags procedure, support expire tags by time.
-- expire tags by tagCreateTime and tagTimeRetained
CALL sys.expire_tags(table => 'default.T')
-- expire tags that tagCreateTime less than older_than
CALL sys.expire_tags(table => 'default.T', older_than => '2024-09-06 11:00:00')
Tests
API and Format
Documentation
@JingsongLi Thanks for review, updated
Suggest change title to "Introduce expire_tags action and procedure with olderThan user custom time".
@wwj6591812 thank you, updated
+1