comphead commented on code in PR #19439:
URL: https://github.com/apache/datafusion/pull/19439#discussion_r2641876011


##########
datafusion/common/src/scalar/mod.rs:
##########
@@ -1346,6 +1341,7 @@ impl ScalarValue {
     /// Returns a [`ScalarValue`] representing PI's upper bound
     pub fn new_pi_upper(datatype: &DataType) -> Result<ScalarValue> {
         match datatype {
+            // TODO: half::f16 doesn't seem to have equivalent

Review Comment:
   should we have a tracking issue for it? 🤔 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to