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 2022/11/14 21:14:16 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #185: Add coercion support for `NULL` literals

alamb commented on issue #185:
URL: https://github.com/apache/arrow-datafusion/issues/185#issuecomment-1314388763

   This appears to work just fine now:
   
   ```
   ❯ select cast(null as int);
   +------+
   | NULL |
   +------+
   |      |
   +------+
   1 row in set. Query took 0.033 seconds.
   ```
   
   🎉 


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