noob-se7en commented on code in PR #15528:
URL: https://github.com/apache/pinot/pull/15528#discussion_r2046589943
##########
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/UpsertConfig.java:
##########
@@ -44,12 +46,16 @@ public enum ConsistencyMode {
}
@JsonPropertyDescription("Upsert mode.")
- private Mode _mode;
+ private Mode _mode = Mode.FULL;
Review Comment:
This is backward compatible during rollout restart?
--
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]