EmmyMiao87 commented on a change in pull request #1003: Support kafka routine
load
URL: https://github.com/apache/incubator-doris/pull/1003#discussion_r277931731
##########
File path: fe/src/main/java/org/apache/doris/qe/ShowExecutor.java
##########
@@ -793,37 +800,98 @@ private void
handleShowLoadWarningsFromURL(ShowLoadWarningsStmt showWarningsStmt
private void handleShowRoutineLoad() throws AnalysisException {
ShowRoutineLoadStmt showRoutineLoadStmt = (ShowRoutineLoadStmt) stmt;
+ List<List<String>> rows = Lists.newArrayList();
+ // if job exists
+ List<RoutineLoadJob> routineLoadJobList;
+ try {
+ routineLoadJobList =
+
Catalog.getCurrentCatalog().getRoutineLoadManager().getJob(showRoutineLoadStmt.getDbFullName(),
Review comment:
I will change it
----------------------------------------------------------------
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]