haibow commented on a change in pull request #4774: Refactor virtualColumn
URL: https://github.com/apache/incubator-pinot/pull/4774#discussion_r343507573
##########
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/CommonConstants.java
##########
@@ -337,7 +338,8 @@ public ServerType getServerType() {
* During realtime segment completion, the value of this enum decides
how non-winner servers should replace the completed segment.
*/
public enum CompletionMode {
- DEFAULT, // default behavior - if the in memory segment in the
non-winner server is equivalent to the committed segment, then build and
replace, else download
+ DEFAULT,
Review comment:
auto formatting
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]