We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9290e6f commit f463a6bCopy full SHA for f463a6b
datafusion/common/src/dfschema.rs
@@ -1801,7 +1801,7 @@ mod tests {
1801
&DataType::Dictionary(Box::new(DataType::Int32), Box::new(DataType::Utf8))
1802
));
1803
1804
- // Dictionary is logically equal to logically equivalent value type
+ // Dictionary is logically equal to the logically equivalent value type
1805
assert!(DFSchema::datatype_is_logically_equal(
1806
&DataType::Utf8View,
1807
0 commit comments