Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed May 19, 2023
1 parent e4d31c4 commit 2bd05bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/optimizer/plan_node/stream_table_scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl StreamTableScan {
));

catalog_builder
.build(vec![], 1)
.build(vec![0], 1)
.with_id(state.gen_table_id_wrapped())
}
}
Expand Down

0 comments on commit 2bd05bb

Please sign in to comment.