Sunyue opened a new issue, #635:
URL: https://github.com/apache/arrow-go/issues/635

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Hi @zeroshade I see you have upgraded  `substrait-go` to `7.2.2`, I think 
this can cause some breaking change.
   This not only affect string/binary comparison as you detected here 
https://github.com/apache/arrow-go/pull/612/files, but also affect numeric 
comparison like int64/uint8 which is working as of now.
   This is especially a problem as types like uint8 is not supported by 
`subtrait`, previously we can convert uint8 to int64 to perform the compare, 
what's the solution when using `substrait-go 7.22` ? Thanks.
   
   Example scenario: use `arrow/compute` and `arrow/compute/exprs` to filter 
values from an arrow table, the filter is set on column with type `arrow.UINT8`
   
   ### Component(s)
   
   Other


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