Skip to content

Commit 6bb0da9

Browse files
authored
fix: cannot create MV with kafka external stream (#233)
This close #229
1 parent fd3fb70 commit 6bb0da9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Storages/ExternalStream/Kafka/KafkaSource.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ KafkaSource::KafkaSource(
4949
, virtual_col_types(header.columns(), nullptr)
5050
, ckpt_data(consume_ctx)
5151
{
52+
is_streaming = true;
53+
5254
calculateColumnPositions();
5355
initConsumer(kafka);
5456
initFormatExecutor(kafka);

0 commit comments

Comments
 (0)