[CP] [OBCDC] data dict add external table schema

This commit is contained in:
fkuner
2024-03-29 10:51:06 +00:00
committed by ob-robot
parent d89f2c4133
commit e10eab70be

View File

@ -665,7 +665,8 @@ int ObDataDictService::filter_table_(const share::schema::ObTableSchema &table_s
! (table_schema.has_tablet() ! (table_schema.has_tablet()
|| table_schema.is_user_table() || table_schema.is_user_table()
|| table_schema.is_unique_index() || table_schema.is_unique_index()
|| table_schema.is_tmp_table()); || table_schema.is_tmp_table()
|| table_schema.is_external_table());
return ret; return ret;
} }