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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/expr/src/logical_plan

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)