gstvg commented on PR #21323:
URL: https://github.com/apache/datafusion/pull/21323#issuecomment-4356829506

   > ... does lambda support nested labmdas?
   
   @comphead Yes, there's a test with nested lambdas ( column `t.list` is 
captured at the outermost lambdas, column  `number` captured at the innermost 
lambdas, and `list` variable is captured from the outer lambda, there's also 
some shadowing happening) :
   
   
https://github.com/apache/datafusion/blob/17e50e0bda9adb02f380b001b34bc068d7c60e2f/datafusion/sqllogictest/test_files/array/array_transform.slt#L189-L222
   


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