Jackie-Jiang commented on code in PR #15528:
URL: https://github.com/apache/pinot/pull/15528#discussion_r2045687545


##########
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;
 
   @JsonPropertyDescription("Function to hash the primary key.")
   private HashFunction _hashFunction = HashFunction.NONE;
 
+  /// Maintains the mapping of merge strategies per column.

Review Comment:
   Yeah. 3 `/` means javadoc; 2 `/` is regular comment



-- 
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: commits-unsubscr...@pinot.apache.org

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