chenboat opened a new issue #6777:
URL: https://github.com/apache/incubator-pinot/issues/6777


   Today the Enum values used in realtime segment status are IN_PROGRESS and 
DONE. 
   
   
https://github.com/apache/incubator-pinot/blob/e9170aa8e61a00032f036d6e56bf21f6bebef1e6/pinot-common/src/main/java/org/apache/pinot/common/utils/CommonConstants.java#L392
   
   They are inconsistent with usages elsewhere in the code base where CONSUMING 
is used for IN_PROGESS and COMPLETED is used for DONE.
   
   We should deprecate IN_PROGRESS and DONE and used CONSUMING and COMPLETED 
instead in the new code.


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



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

Reply via email to