This is an automated email from the ASF dual-hosted git repository.

blaginin pushed a commit to branch annarose/dict-coercion
in repository https://gitbox.apache.org/repos/asf/datafusion-sandbox.git

commit f463a6b28a1137795bcb56a414f3375b78c65523
Author: blaginin <[email protected]>
AuthorDate: Fri Feb 6 16:54:56 2026 +0200

    separate commit will unblock the ci?
---
 datafusion/common/src/dfschema.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/common/src/dfschema.rs 
b/datafusion/common/src/dfschema.rs
index 0a05622e3..de0aacf9e 100644
--- a/datafusion/common/src/dfschema.rs
+++ b/datafusion/common/src/dfschema.rs
@@ -1801,7 +1801,7 @@ mod tests {
             &DataType::Dictionary(Box::new(DataType::Int32), 
Box::new(DataType::Utf8))
         ));
 
-        // Dictionary is logically equal to logically equivalent value type
+        // Dictionary is logically equal to the logically equivalent value type
         assert!(DFSchema::datatype_is_logically_equal(
             &DataType::Utf8View,
             &DataType::Dictionary(Box::new(DataType::Int32), 
Box::new(DataType::Utf8))


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to