Skip to content

Commit

Permalink
[typo](resource) fix create odbc resource error msg (apache#29019)
Browse files Browse the repository at this point in the history
  • Loading branch information
zy-kkk authored Dec 27, 2023
1 parent 8035287 commit 0607760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void analyze(Analyzer analyzer) throws UserException {
}
if (resourceType == ResourceType.ODBC_CATALOG && !Config.enable_odbc_mysql_broker_table) {
throw new AnalysisException("ODBC table is deprecated, use JDBC instead. Or you can set "
+ "`enable_odbc_table=true` in fe.conf to enable ODBC again.");
+ "`enable_odbc_mysql_broker_table=true` in fe.conf to enable ODBC again.");
}
}

Expand Down

0 comments on commit 0607760

Please sign in to comment.