Zouxxyy commented on code in PR #2512:
URL: https://github.com/apache/incubator-paimon/pull/2512#discussion_r1430836686


##########
paimon-common/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -459,7 +459,9 @@ public class CoreOptions implements Serializable {
                                             text(
                                                     "3. \"millis-to-micro\": 
Pads the sequence field that indicates time with precision of milli-second to 
micro-second."),
                                             text(
-                                                    "4. Composite pattern: for 
example, \"second-to-micro,row-kind-flag\"."))
+                                                    "4. \"inc-seq\": Pads the 
sequence field with auto increase sequence."),
+                                            text(
+                                                    "5. Composite pattern: for 
example, \"second-to-micro,row-kind-flag\"."))

Review Comment:
   `inc-seq` + `row-kind-flag` will further reduce the accuracy, will there be 
a situation where +U come first, and then -U come, at the same second?



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

Reply via email to