htran1 commented on a change in pull request #2970:
URL: https://github.com/apache/incubator-gobblin/pull/2970#discussion_r420329747



##########
File path: 
gobblin-data-management/src/main/java/org/apache/gobblin/data/management/conversion/hive/source/HiveAvroToOrcSource.java
##########
@@ -34,6 +34,25 @@
  */
 public class HiveAvroToOrcSource extends HiveSource {
   private Optional<LineageInfo> lineageInfo;
+  public static final String CLEAN_STAGING_TABLES_IN_SEARCH = 
"cleanStagingTablesInSearch";
+  public static final String DEFAULT_CLEAN_STAGING_FROM_BEGINNING = "true";

Review comment:
       How about making this name match the one above?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to