You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/08 19:37:21 UTC

[GitHub] [arrow-datafusion] alamb commented on pull request #1212: add untyped null

alamb commented on pull request #1212:
URL: https://github.com/apache/arrow-datafusion/pull/1212#issuecomment-989135548


   I had effectively changed `Expr::Scalar` to report its type as `DataType::Null` its interior `ScalarValue::is_null()` returned true. That seemed fairly promising but I got blocked by the lack of null cast kernels in Arrow. 
   
   Now I think we have those kernels it would be useful to try again -- but I am not sure when I will have the time again


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org