leventov opened a new issue #8788: OvershadowableManager.isComplete() looks 
buggy
URL: https://github.com/apache/incubator-druid/issues/8788
 
 
   The current implementation of `OvershadowableManager.isComplete()`:
   
https://github.com/apache/incubator-druid/blob/a95e3d438e676310522a68c74a43d99f5f0492d5/core/src/main/java/org/apache/druid/timeline/partition/OvershadowableManager.java#L891-L894
   
   looks buggy because it might throw an exception when any value in 
`visibleGroup` is a map with more than one element. If there are never more 
than one element in this map, why this is a map, not just a single value?
   
   It might be this this is not a bug because there are some invisible contract 
between callers to `OvershadowableManager.isComplete()` and 
`OvershadowableManager` which guarantee that when `isComplete()` is called all 
values in `visibleGroup` are maps of at most one value. But such a contract 
would need to be expressed explicitly in comments, at least. (Not to say that 
it is very fragile design and should preferably be avoided).
   
   FYI @jihoonson 

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