[feat-opt](binlog-load) add how to open binlog load to the error message (#7138)
This commit is contained in:
@ -80,7 +80,8 @@ public class CreateDataSyncJobStmt extends DdlStmt {
|
||||
dbName = ClusterNamespace.getFullName(analyzer.getClusterName(), dbName);
|
||||
|
||||
if (!Config.enable_create_sync_job) {
|
||||
throw new AnalysisException("Mysql sync job is coming soon.");
|
||||
throw new AnalysisException("Mysql sync job is disabled." +
|
||||
" Set config 'enable_create_sync_job' = 'true' to enable this feature. ");
|
||||
}
|
||||
|
||||
if (binlogDesc != null) {
|
||||
|
||||
Reference in New Issue
Block a user