erediael commented on issue #15802: URL: https://github.com/apache/pinot/issues/15802#issuecomment-2893477005
Yes, exactly that. I want to be able to have a boolean flag indicating a record is in final state and the item can be removed or TTL can start the count down after switch it is removed from the in-memory state. Ideally this would not be just boolean flag, but will be able also to support string, int and other simple types and also support simple comparison in order to avoid a new column with a flag just for removing data from the table, when we have a status column that is an int or string in most cases -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org