vinothchandar commented on a change in pull request #1242: [HUDI-544] Adjust 
the read and write path of archive
URL: https://github.com/apache/incubator-hudi/pull/1242#discussion_r371022370
 
 

 ##########
 File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java
 ##########
 @@ -68,7 +68,7 @@
   public static final HoodieFileFormat DEFAULT_LOG_FILE_FORMAT = 
HoodieFileFormat.HOODIE_LOG;
   public static final String DEFAULT_PAYLOAD_CLASS = 
OverwriteWithLatestAvroPayload.class.getName();
   public static final Integer DEFAULT_TIMELINE_LAYOUT_VERSION = 
TimelineLayoutVersion.VERSION_0;
-  public static final String DEFAULT_ARCHIVELOG_FOLDER = "";
+  public static final String DEFAULT_ARCHIVELOG_FOLDER = "archived";
 
 Review comment:
   this is already overridden at the datasource and deltastreamer level.. 
Please revert this since it can affect all the old tables written into `.` ..
   
   @n3nash can you advise here.. only reason to not change is all the old data 
at uber.. 

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


With regards,
Apache Git Services

Reply via email to