Skip to content

Commit a50856a

Browse files
committed
fix clippy in stage_table.rs.
1 parent 9a1f1e0 commit a50856a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/service/src/storages/stage/stage_table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ impl Table for StageTable {
9090
self.table_info.schema.clone(),
9191
self.table_info.stage_info.clone(),
9292
self.table_info.files.clone(),
93-
ctx.get_scan_progress()
93+
ctx.get_scan_progress(),
9494
)
9595
.await?,
9696
);

0 commit comments

Comments
 (0)