fix special build

This commit is contained in:
Han Fei 2023-07-17 23:46:45 +02:00
parent 68751b88f3
commit 4043174a81

View File

@ -52,7 +52,7 @@ public:
* (split rows by partition) * (split rows by partition)
* Works deterministically: if same block was passed, function will return same result in same order. * Works deterministically: if same block was passed, function will return same result in same order.
*/ */
static BlocksWithPartition splitBlockIntoParts(const Block & block, size_t max_parts, const StorageMetadataPtr & metadata_snapshot, ContextPtr context, AsyncInsertInfoPtr chunk_offsets = nullptr); static BlocksWithPartition splitBlockIntoParts(const Block & block, size_t max_parts, const StorageMetadataPtr & metadata_snapshot, ContextPtr context, AsyncInsertInfoPtr async_insert_info = nullptr);
/// This structure contains not completely written temporary part. /// This structure contains not completely written temporary part.
/// Some writes may happen asynchronously, e.g. for blob storages. /// Some writes may happen asynchronously, e.g. for blob storages.