Skip to content

Commit d6b667e

Browse files
committed
Update CSV schema
1 parent 07c3cc4 commit d6b667e

File tree

1 file changed

+2
-2
lines changed
  • datafusion/core/src/datasource/file_format

1 file changed

+2
-2
lines changed

datafusion/core/src/datasource/file_format/csv.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ mod tests {
771771
"c7: Int64",
772772
"c8: Int64",
773773
"c9: Int64",
774-
"c10: Int64",
774+
"c10: Utf8",
775775
"c11: Float64",
776776
"c12: Float64",
777777
"c13: Utf8"
@@ -907,7 +907,7 @@ mod tests {
907907
Field::new("c7", DataType::Int64, true),
908908
Field::new("c8", DataType::Int64, true),
909909
Field::new("c9", DataType::Int64, true),
910-
Field::new("c10", DataType::Int64, true),
910+
Field::new("c10", DataType::Utf8, true),
911911
Field::new("c11", DataType::Float64, true),
912912
Field::new("c12", DataType::Float64, true),
913913
Field::new("c13", DataType::Utf8, true),

0 commit comments

Comments
 (0)