code: fix typo (#76)
* Update ob_dtl_rpc_channel.cpp * Update ob_time_convert.cpp * Update ob_time_convert.h * Update ob_expr_date_add.cpp * fix log spell error:faild -> failled, Faild -> Failed * Update ob_optimizer_util.cpp * Update ob_sql.cpp * Update ob_optimizer_util.cpp * Update ob_plan_cache_manager.cpp * Update ob_partition_merge_task.cpp
This commit is contained in:
@ -575,7 +575,7 @@ int ObSqlPartitionLocationCache::build_distribute_location(
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
LOG_WARN("task exec ctx is NULL", K(ret), K(table_id), K(partition_id));
|
||||
} else if (OB_FAIL(task_exec_ctx_->get_addr_by_virtual_partition_id(partition_id, addr))) {
|
||||
LOG_WARN("get addr by virtual partition id faild", K(ret), K(table_id), K(partition_id));
|
||||
LOG_WARN("get addr by virtual partition id failed", K(ret), K(table_id), K(partition_id));
|
||||
} else if (FALSE_IT(replica_location.server_ = addr)) {
|
||||
} else if (OB_FAIL(location.add(replica_location))) {
|
||||
LOG_WARN("location add failed", K(ret), K(table_id), K(partition_id));
|
||||
|
||||
Reference in New Issue
Block a user