surekhasaharan commented on issue #7233: Set "is_published" to false for 
overshadowed segments in sys.segments table
URL: 
https://github.com/apache/incubator-druid/issues/7233#issuecomment-476904950
 
 
   > I would suggest is_overshadowed, and if somebody wants "active", they need 
to write is_published = true AND is_overshadowed = false.
   
   We were trying to make it easier for the user to get active segments just by 
writing `is_active=true` and documenting what `is_published` vs `is_active` 
implies. Do you have any other suggested name instead of `is_active` ? Yeah we 
can always create a `is_overshadowed` col, and let user query the way you 
suggest, but thought the other approach might be more convenient for users. 
   
   >I suggest to add it only in sys.segments, but not in metadata store.
   
   That's the plan.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to