EmmyMiao87 commented on a change in pull request #7254:
URL: https://github.com/apache/incubator-doris/pull/7254#discussion_r762670905



##########
File path: 
fe/fe-core/src/main/java/org/apache/doris/transaction/TransactionState.java
##########
@@ -314,39 +317,39 @@ public TUniqueId getRequestId() {
     public long getTransactionId() {
         return transactionId;
     }
-    
+
     public String getLabel() {
         return this.label;
     }
-    
+
     public TxnCoordinator getCoordinator() {
         return txnCoordinator;
     }
-    
+
     public TransactionStatus getTransactionStatus() {
         return transactionStatus;
     }
-    
+
     public long getPrepareTime() {
         return prepareTime;
     }
-    
+
     public long getCommitTime() {
         return commitTime;
     }
-    
+

Review comment:
       Why are there so many format codes here??




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to