fallintoplace opened a new pull request, #1158:
URL: https://github.com/apache/arrow-go/pull/1158

   ### Rationale for this change
   
   TypeEqual compares run-end and value data types for run-end encoded types, 
but it does not compare whether the value field is nullable. Structurally 
different types can therefore compare equal.
   
   ### What changes are included in this PR?
   
   Include ValueNullable in run-end encoded type equality.
   
   ### Are these changes tested?
   
   Yes. The regression test verifies both comparison directions for nullable 
and non-nullable value fields. The full arrow package suite passes.
   
   ### Are there any user-facing changes?
   
   Run-end encoded types with different value nullability now compare unequal.


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

Reply via email to