vinothchandar commented on pull request #2580: URL: https://github.com/apache/hudi/pull/2580#issuecomment-798871487
@n3nash Adding the transtion time to the end of the current timeline files, separated by a dot . i.e t1.commit.requested.t2 seems okay. But unsure how the code would handle the cases where state=completed. i.e we only have t1.commit.t2 and somehow the parsing has to intelligently handle that t2 is a timestamp and not one of the states right. I think we have to do a upgrade/downgrade step here for sure, whichever way we go. did you have more high level thoughts on this? ---------------------------------------------------------------- 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]
