jayzhan211 commented on code in PR #10275:
URL: https://github.com/apache/datafusion/pull/10275#discussion_r1582460924


##########
datafusion/functions-array/src/range.rs:
##########
@@ -57,6 +56,7 @@ impl Range {
                     TypeSignature::Exact(vec![Int64, Int64]),
                     TypeSignature::Exact(vec![Int64, Int64, Int64]),
                     TypeSignature::Exact(vec![Date32, Date32, 
Interval(MonthDayNano)]),
+                    TypeSignature::Any(3),

Review Comment:
   Does this mean we need to find a new kind of signature that accepts either 
one exact type or  null 🤔 



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