rongshen commented on code in PR #3910:
URL: https://github.com/apache/gobblin/pull/3910#discussion_r1550191571


##########
gobblin-core-base/src/main/java/org/apache/gobblin/source/extractor/extract/FlushingExtractor.java:
##########
@@ -88,6 +90,9 @@ public abstract class FlushingExtractor<S, D> extends 
EventBasedExtractor<S, D>
   public static final String WATERMARK_COMMIT_TIME_METRIC = 
"state.store.metrics.watermarkCommitTime";
   public static final String COMMIT_STEP_METRIC_PREFIX = "commit.step.";
 
+  public static final String WRITER_OUTPUT_DIR_UPDATE_ENABLED =

Review Comment:
   changed config name to ENABLE_UNIQUE_WRITER_OUTPUT_DIR_WITH_TASK_ATTEMPT_ID, 
as well as included a comment block for the config



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

Reply via email to