maytasm commented on pull request #11922:
URL: https://github.com/apache/druid/pull/11922#issuecomment-971488319


   > is the PR going to add more changes? One thing I found interesting is that 
we are re-compacting the data if the filter changes. But the data we are 
compacting has already passed through a filter. Those records are gone and are 
not going to come back. Say if I first do a filter on `dim = a` and then change 
the filter to `dim = b`. It might be nice to add a warning in the UI for this 
when we eventually add those changes.
   
   I have finish adding all changes to this PR (implementation, unit tests, 
docs, integration tests). Your understanding is correct. That is now true for 
other auto compaction config that can remove data. For example, if you remove 
one of your dimension using auto compaction then add that dimension back later, 
the removed dimension will not come back (although that dimension in future 
data will not be removed). I'll work on clarifying this in the docs to make 
sure that user are well aware of this new behavior in a separate PR.  


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