Sevenannn opened a new pull request, #13429:
URL: https://github.com/apache/datafusion/pull/13429

   ## Which issue does this PR close?
   
   N/A
   
   ## Rationale for this change
   
   I’m trying to implement a schema comparison functionality in my project 
based on the semantic equality of `DFSchema`. However the helper function 
`datatype_is_semantically_equal ` is currently private. It would be really 
helpful if this could be made public, similar to `datatype_is_logically_equal`.
   
   ## What changes are included in this PR?
   
   Make `DFSchema::datatype_is_semantically_equal` public
   
   ## Are these changes tested?
   
   N/A
   
   ## Are there any user-facing changes?
   
   Yes, Documentation needs to be updated to reflect the new public function
   


-- 
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