alamb commented on issue #17322:
URL: https://github.com/apache/datafusion/issues/17322#issuecomment-3872415426

   This query works well now in datafusion 52
   
   ```sql
   DataFusion CLI v52.1.0
   > select coalesce(100, 1/0)  from values (1), (2);
   +------------------------------------------+
   | coalesce(Int64(100),Int64(1) / Int64(0)) |
   +------------------------------------------+
   | 100                                      |
   | 100                                      |
   +------------------------------------------+
   2 row(s) fetched.
   Elapsed 0.038 seconds.
   ```


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