We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceafdf5 commit a70efc1Copy full SHA for a70efc1
programs/local/ArrowStreamSource.cpp
@@ -15,7 +15,7 @@ ArrowStreamSource::ArrowStreamSource(
15
const Block & sample_block_,
16
CHDB::ArrowTableReaderPtr arrow_table_reader_,
17
size_t stream_index_)
18
- : ISource(sample_block_.cloneEmpty())
+ : ISource(std::make_shared<Block>(sample_block_.cloneEmpty()))
19
, arrow_table_reader(arrow_table_reader_)
20
, sample_block(sample_block_)
21
, stream_index(stream_index_)
0 commit comments