Skip to content

Commit 7586ca2

Browse files
committed
fix
1 parent 1efa7b0 commit 7586ca2

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ mod tests {
278278
"c7: Int64",
279279
"c8: Int64",
280280
"c9: Int64",
281-
"c10: Utf8",
281+
"c10: Utf8View",
282282
"c11: Float64",
283283
"c12: Float64",
284284
"c13: Utf8",
@@ -329,7 +329,7 @@ mod tests {
329329
"c7: Int64",
330330
"c8: Int64",
331331
"c9: Int64",
332-
"c10: Utf8",
332+
"c10: Utf8View",
333333
"c11: Float64",
334334
"c12: Float64",
335335
"c13: Utf8",
@@ -470,7 +470,6 @@ mod tests {
470470

471471
#[rstest(
472472
file_compression_type,
473-
case(FileCompressionType::UNCOMPRESSED),
474473
case(FileCompressionType::GZIP),
475474
case(FileCompressionType::BZIP2),
476475
case(FileCompressionType::XZ),

0 commit comments

Comments
 (0)