dd-annarose opened a new pull request, #20153:
URL: https://github.com/apache/datafusion/pull/20153

   ## Which issue does this PR close?
   
   When checking logical equivalence with `Dictionary<_, Utf8>` and `Utf8View`, 
the response was `false` which is not what we expect (logical equivalence 
should be a transitive property).
   
   ## What changes are included in this PR?
   
   This PR introduces a test and a fix. The test fails without the fix. The fix 
is simply calling `datatype_is_logically_equal` again on the `v1` and 
`othertype` when called with `Dictionary<K1, V1>` and `othertype`.
   
   ## Are these changes tested?
   
   Yes.
   
   ## Are there any user-facing changes?
   
   No.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to