Skip to content

Commit 11c96bc

Browse files
committed
fix(copy): pass files to StageTableInfo.
1 parent 692c978 commit 11c96bc

File tree

1 file changed

+1
-1
lines changed
  • src/query/sql/src/planner/binder

1 file changed

+1
-1
lines changed

src/query/sql/src/planner/binder/copy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ impl<'a> Binder {
299299
schema: table.schema(),
300300
user_stage_info: stage_info,
301301
path,
302-
files: vec![],
302+
files: stmt.files.clone(),
303303
pattern: stmt.pattern.clone(),
304304
files_to_copy: None,
305305
}),

0 commit comments

Comments
 (0)