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

   ### Rationale for this change
   Support casting float16 arrays to/from int and float32/float64
   
   ### What changes are included in this PR?
   Implementation of new casting kernels for cast_float, cast_half_float, 
cast_int32
   
   ### Are these changes tested?
   Unit tests are added to account for this.
   
   ### Are there any user-facing changes?
   The only user-facing change is that float16.Num is no longer a struct with 
bits member but instead a type definition.
   
   As a result, using `float16.Num{}` must be replaced with `float16.Num(0)` if 
it is used.
   


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