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

   Currently the `is_null` compute kernel is a `MetaFunction` which cannot be 
dispatched via kernel dispatch making it only usable via calling it directly 
with `CallFunction`. By shifting it to be a proper function instead of a 
`MetaFunction` this improves its compatibility and makes it able to be 
dispatched and thus called through the substrait interface in the `exprs` 
package.


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