[typo](resource) fix create odbc resource error msg (#29019)

This commit is contained in:
zy-kkk
2023-12-27 15:30:52 +08:00
committed by GitHub
parent 8035287010
commit 0607760efa

View File

@ -96,7 +96,7 @@ public class CreateResourceStmt extends DdlStmt {
}
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.");
}
}