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 b15f8f0 commit 2a25f4cCopy full SHA for 2a25f4c
src/query/storages/fuse/src/operations/append.rs
@@ -51,7 +51,7 @@ impl FuseTable {
51
pipeline: &mut Pipeline,
52
table_meta_timestamps: TableMetaTimestamps,
53
) -> Result<()> {
54
- let enable_stream_block_write = self.enable_stream_block_write(ctx.clone());
+ let enable_stream_block_write = self.enable_stream_block_write(ctx.clone())?;
55
if enable_stream_block_write {
56
let properties = StreamBlockProperties::try_create(
57
ctx.clone(),
0 commit comments