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/03/07 22:52:47 UTC

[GitHub] [arrow-datafusion] maxburke opened a new issue #1942: DataFusion hardcodes all query variable types as `Utf8`

maxburke opened a new issue #1942:
URL: https://github.com/apache/arrow-datafusion/issues/1942


   Although variables can be any `ScalarValue`, their types are hardcoded as `Utf8`. If the user attempts to define a variable as a different type (ie: Int), queries will fail with a type mismatch.
   
   This is a tracking issue for a PR which contains the fix.


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



[GitHub] [arrow-datafusion] alamb closed issue #1942: DataFusion hardcodes all query variable types as `Utf8`

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1942:
URL: https://github.com/apache/arrow-datafusion/issues/1942


   


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