viirya commented on issue #10464:
URL: https://github.com/apache/datafusion/issues/10464#issuecomment-2106346214

   I did a quick test using sqllogictest. The two queries are running okay with 
current `main` branch.
   
   ```
   query ?
   SELECT CAST(MAKE_ARRAY(1, 2, 3) AS VARCHAR[])
   ----
   [1, 2, 3]
   
   
   query ?
   SELECT CAST(MAKE_ARRAY() AS VARCHAR[])
   ----
   []
   ```
   
   Seems that the issue was fixed already. I opened #10474 to add these tests 
to prevent regression.


-- 
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-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to