EmmyMiao87 commented on a change in pull request #1443: Persist auth info in 
LoadJob
URL: https://github.com/apache/incubator-doris/pull/1443#discussion_r301058545
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadJob.java
 ##########
 @@ -185,6 +185,21 @@ public long getTransactionId() {
         return transactionId;
     }
 
+    /**
+     * Show table names for frontend
+     * If table name could not be found by id, the table id will be used 
instead.
+     *
+     * @return
+     */
+    abstract Set<String> getTableNamesForShow();
+
+    /**
+     * Return the real table names by table ids.
+     * Throw MetaNofFoundException when table name could not be found.
+     * @return
+     */
 
 Review comment:
   /(愒o愒)/~~ getTableNames is used only for old checking privilege.....

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

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

Reply via email to