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/18 06:56:53 UTC

[GitHub] [arrow-datafusion] HaoYang670 opened a new issue, #4271: The type renaming `pub type NullColumnarValue = ColumnarValue` makes no sense

HaoYang670 opened a new issue, #4271:
URL: https://github.com/apache/arrow-datafusion/issues/4271

   **Describe the bug**
   A clear and concise description of what the bug is.
   https://github.com/apache/arrow-datafusion/blob/822022db88d4f70c2f02ac4d1828fc9413f3e252/datafusion/expr/src/columnar_value.rs#L61-L68
   
   The type renaming here makes no sense to the compiler. 
   Users can still use `ColumnarValue::from()` or `NullColumnarValue::into_array`
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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.apache.org

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


[GitHub] [arrow-datafusion] alamb closed issue #4271: The type renaming `pub type NullColumnarValue = ColumnarValue` makes no sense

Posted by GitBox <gi...@apache.org>.
alamb closed issue #4271: The type renaming `pub type NullColumnarValue = ColumnarValue` makes no sense
URL: https://github.com/apache/arrow-datafusion/issues/4271


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