Skip to content

Commit 395b52e

Browse files
committed
Trigger CI
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 0bbeb9a commit 395b52e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/query/service/src/interpreters/interpreter_copy_v2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ impl CopyInterpreterV2 {
8888
} else {
8989
let rename_me: Arc<dyn TableContext> = self.ctx.clone();
9090
let op = StageSourceHelper::get_op(&rename_me, &table_info.stage_info).await?;
91+
9192
// TODO: Workaround for OpenDAL's bug: https://github.com/datafuselabs/opendal/issues/670
9293
// Should be removed after OpenDAL fixes.
9394
let mut list = HashSet::new();

0 commit comments

Comments
 (0)