Skip to content

Commit f463a6b

Browse files
committed
separate commit will unblock the ci?
1 parent 9290e6f commit f463a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/dfschema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ mod tests {
18011801
&DataType::Dictionary(Box::new(DataType::Int32), Box::new(DataType::Utf8))
18021802
));
18031803

1804-
// Dictionary is logically equal to logically equivalent value type
1804+
// Dictionary is logically equal to the logically equivalent value type
18051805
assert!(DFSchema::datatype_is_logically_equal(
18061806
&DataType::Utf8View,
18071807
&DataType::Dictionary(Box::new(DataType::Int32), Box::new(DataType::Utf8))

0 commit comments

Comments
 (0)