Skip to content

Commit 04fe8ec

Browse files
committed
fix
1 parent cdb3c8b commit 04fe8ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ydb/core/kqp/executer_actor/kqp_table_resolver.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,6 @@ class TKqpTableResolver : public TActorBootstrapped<TKqpTableResolver> {
353353

354354
stageInfo.Meta.ShardKey = ExtractKey(stageInfo.Meta.TableId, stageInfo.Meta.TableConstInfo, operation);
355355

356-
if (SystemViewRewrittenResolver->IsSystemView(stageInfo.Meta.TableId.SysViewInfo)) {
357-
continue;
358-
}
359-
360356
if (stageInfo.Meta.TableKind == ETableKind::Olap) {
361357
if (TableRequestIds.find(stageInfo.Meta.TableId) == TableRequestIds.end()) {
362358
auto& entry = requestNavigate->ResultSet.emplace_back();

0 commit comments

Comments
 (0)