Skip to content

Commit bb745fe

Browse files
Update datafusion/expr/src/logical_plan/dml.rs
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent e0e88a1 commit bb745fe

File tree

1 file changed

+1
-1
lines changed
  • datafusion/expr/src/logical_plan

1 file changed

+1
-1
lines changed

datafusion/expr/src/logical_plan/dml.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl CopyTo {
105105
partition_by,
106106
file_type,
107107
options,
108-
// The output schema is always a single column with the number of rows copied
108+
// The output schema is always a single column "count" with the number of rows copied
109109
output_schema: make_count_schema(),
110110
}
111111
}

0 commit comments

Comments
 (0)