HaoYang670 commented on issue #2611:
URL: https://github.com/apache/arrow-rs/issues/2611#issuecomment-1232474557

   Thank you @liukun4515. 
   I guess we cannot support `Float16` as a numeric type so far because 
`lexical_core::FromLexical` doesn't implement for `half::f16`.
   
   Then, the next question is that should we update the `is_numeric` function 
in datafusion to match the arrow-rs. (aka removing float16 and decimal128)? Or 
should we rename it if it provides different functionality from 
`DataType::is_numeric`?


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