bvaradar commented on a change in pull request #651: Spark Stage retry handling
URL: https://github.com/apache/incubator-hudi/pull/651#discussion_r285890194
##########
File path:
hoodie-common/src/main/java/com/uber/hoodie/common/table/log/HoodieLogFormat.java
##########
@@ -48,6 +49,8 @@
*/
int currentVersion = 1;
+ String UNKNOWN_WRITE_TOKEN = "1-0-1";
Review comment:
Discussed f2f. It has to be numeric. this is used as default write token
when appending in non-spark context environment (e:g : archiving)
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services