Skip to content

Commit 5c803bc

Browse files
committed
revert to blocking read for local fs
1 parent 18983c7 commit 5c803bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/query/storages/fuse/src/io/read/block/block_reader.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ impl BlockReader {
155155
}
156156

157157
pub fn support_blocking_api(&self) -> bool {
158-
// self.operator.info().native_capability().blocking
159-
false
158+
self.operator.info().native_capability().blocking
160159
}
161160

162161
// Build non duplicate leaf_indices to avoid repeated read column from parquet

0 commit comments

Comments
 (0)