Skip to content

Commit

Permalink
fix append only for stream scan
Browse files Browse the repository at this point in the history
  • Loading branch information
st1page committed Apr 21, 2022
1 parent 723c254 commit 6df4e2b
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 @@ -165,7 +165,7 @@ impl StreamTableScan {
} else {
"".into()
},
append_only: false, // TODO
append_only: self.append_only(),
}
}
}

0 comments on commit 6df4e2b

Please sign in to comment.