Fly-Style commented on code in PR #18819:
URL: https://github.com/apache/druid/pull/18819#discussion_r2618468141


##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/AbstractTask.java:
##########
@@ -69,7 +69,7 @@ public enum IngestionMode
   {
     REPLACE, // replace with tombstones
     APPEND, // append to existing segments
-    REPLACE_LEGACY, // original replace, it does not replace existing data for 
empty time chunks in input intervals
+    REPLACE_LEGACY, // original 'replace', it does not replace existing data 
for empty time chunks in input intervals

Review Comment:
   Sure, apologies, doing everything I want to enhance on the fly, but it 
bloats PR changeset.



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

Reply via email to