Skip to content

Commit

Permalink
Update test_parse_arg_compression_format_fail (#2867)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Oct 14, 2022
1 parent eeb1261 commit 1b69dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/bin/parquet-fromcsv.rs
Expand Up @@ -516,7 +516,7 @@ mod tests {
Ok(_) => panic!("unexpected success"),
Err(e) => assert_eq!(
format!("{}", e),
"error: Invalid value \"zip\" for '--parquet-compression <PARQUET_COMPRESSION>': Unknown compression ZIP : possible values UNCOMPRESSED, SNAPPY, GZIP, LZO, BROTLI, LZ4, ZSTD \n\nFor more information try --help\n"),
"error: Invalid value 'zip' for '--parquet-compression <PARQUET_COMPRESSION>': Unknown compression ZIP : possible values UNCOMPRESSED, SNAPPY, GZIP, LZO, BROTLI, LZ4, ZSTD \n\nFor more information try --help\n"),
}
}

Expand Down

0 comments on commit 1b69dd7

Please sign in to comment.