mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Merge
This commit is contained in:
parent
77026f581f
commit
7d180f9e71
@ -28,7 +28,7 @@ Block MemoryBlockInputStream::readImpl()
|
||||
|
||||
|
||||
MemoryBlockOutputStream::MemoryBlockOutputStream(StoragePtr owned_storage)
|
||||
: IBlockOutputStream(owned_storage), storage(reinterpret_cast<StorageMemory &>(owned_storage))
|
||||
: IBlockOutputStream(owned_storage), storage(dynamic_cast<StorageMemory &>(*owned_storage))
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user