diff --git a/src/sql/das/ob_das_update_op.cpp b/src/sql/das/ob_das_update_op.cpp index ec2742385d..aa19975ee8 100644 --- a/src/sql/das/ob_das_update_op.cpp +++ b/src/sql/das/ob_das_update_op.cpp @@ -212,7 +212,7 @@ int ObDASUpdIterator::get_next_spatial_index_row(ObNewRow *&row) } } else if (OB_ISNULL(spatial_rows)) { if (OB_FAIL(create_spatial_index_store())) { - LOG_WARN("create spatila index rows store failed", K(ret)); + LOG_WARN("create spatial index rows store failed", K(ret)); } else { spatial_rows = get_spatial_index_rows(); }