We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efa7b0 commit 7586ca2Copy full SHA for 7586ca2
datafusion/core/src/datasource/file_format/csv.rs
@@ -278,7 +278,7 @@ mod tests {
278
"c7: Int64",
279
"c8: Int64",
280
"c9: Int64",
281
- "c10: Utf8",
+ "c10: Utf8View",
282
"c11: Float64",
283
"c12: Float64",
284
"c13: Utf8",
@@ -329,7 +329,7 @@ mod tests {
329
330
331
332
333
334
335
@@ -470,7 +470,6 @@ mod tests {
470
471
#[rstest(
472
file_compression_type,
473
- case(FileCompressionType::UNCOMPRESSED),
474
case(FileCompressionType::GZIP),
475
case(FileCompressionType::BZIP2),
476
case(FileCompressionType::XZ),
0 commit comments