diff --git a/src/storage/tablet/ob_tablet.cpp b/src/storage/tablet/ob_tablet.cpp index 2f8934ce4b..cec4d279e6 100644 --- a/src/storage/tablet/ob_tablet.cpp +++ b/src/storage/tablet/ob_tablet.cpp @@ -7158,7 +7158,7 @@ int ObTablet::check_snapshot_readable_with_cache( bool is_committed = false; if (OB_FAIL(ObITabletMdsInterface::get_latest_ddl_data(tmp_ddl_data, is_committed))) { if (OB_EMPTY_RESULT == ret) { - is_committed = false; + is_committed = true; tmp_ddl_data.set_default_value(); // use default value ret = OB_SUCCESS; } else {