Skip to content

Commit

Permalink
ci: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Oct 30, 2023
1 parent ed83614 commit eaafb19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Binary file removed datafusion/core/output.parquet.snappy
Binary file not shown.
5 changes: 1 addition & 4 deletions datafusion/core/src/execution/context/parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,7 @@ mod tests {
},
)
.await;
assert_eq!(
read_df.unwrap_err().to_string(),
"Execution error: File extension 'parquet.snappy' does not match the expected extension '.parquet'"
);
assert!(read_df.is_err());

Ok(())
}
Expand Down

0 comments on commit eaafb19

Please sign in to comment.