minihippo commented on code in PR #7722:
URL: https://github.com/apache/hudi/pull/7722#discussion_r1085475609
##########
hudi-platform-service/hudi-metaserver/hudi-metaserver-server/src/main/java/org/apache/hudi/metaserver/store/RelationalDBBasedStorage.java:
##########
@@ -105,8 +106,7 @@ public Long getTableId(String db, String tb) throws
MetaserverStorageException {
@Override
public String createNewTimestamp(long tableId) throws
MetaserverStorageException {
- // todo: support SSS
- SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMddHHmmss");
+ SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMddHHmmss:SSS");
Review Comment:
miss this, will fix
--
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]