Skip to content

Commit

Permalink
Update src/frontend/src/handler/create_table_as.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
st1page authored Jun 13, 2023
1 parent 16bde5c commit e167d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/handler/create_table_as.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pub async fn handle_create_as(
append_only,
Some(col_id_gen.into_version()),
)?;
let mut graph: risingwave_pb::stream_plan::StreamFragmentGraph = build_graph(plan);
let mut graph = build_graph(plan);
graph.parallelism = session
.config()
.get_streaming_parallelism()
Expand Down

0 comments on commit e167d4d

Please sign in to comment.