Skip to content

Commit

Permalink
[KYUUBI #5505] [FLINK] Support HELP command, fixed Pan's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
YesOrNo828 committed Nov 1, 2023
1 parent a728048 commit fdc2db6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ class ExecuteStatement(
.build[ClassLoader].bind(plannerModule).get
} catch {
case e: Exception =>
throw new TableException("Error obtaining Flink planner module ClassLoader", e)
throw new TableException(
"Error obtaining Flink planner module ClassLoader. " +
"Make sure a flink-table-planner-loader.jar is on the classpath",
e)
}
}
}

0 comments on commit fdc2db6

Please sign in to comment.