alamb commented on PR #14614:
URL: https://github.com/apache/datafusion/pull/14614#issuecomment-2651708835

   I think this is a regression -- likely due to 
   - https://github.com/apache/datafusion/pull/14483 as the nested functions 
used to work just fine 
   
   Thanks for finding and fixing this @jkosh44 
   
   
   ```
   DataFusion CLI v45.0.0
   > select array_slice([1,2,3], 1, 2);
   +-----------------------------------------------------------+
   | make_array(Int64(1),Int64(2),Int64(3))[Int64(1):Int64(2)] |
   +-----------------------------------------------------------+
   | [1, 2]                                                    |
   +-----------------------------------------------------------+
   1 row(s) fetched.
   Elapsed 0.012 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