We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36b673 commit cb94c8eCopy full SHA for cb94c8e
datafusion/src/physical_plan/avro.rs
@@ -445,7 +445,7 @@ mod tests {
445
assert!(matches!(
446
avro_exec,
447
Err(DataFusionError::NotImplemented(msg))
448
- if msg == "cannot read avro schema without the 'avro' feature enabled".to_string()
+ if msg == *"cannot read avro schema without the 'avro' feature enabled"
449
));
450
451
Ok(())
0 commit comments