LiaCastaneda commented on issue #25017:
URL: https://github.com/apache/datafusion/issues/25017#issuecomment-5600515195

   ok not sure this is super urgent actually, we can use `get_field` and it 
will work
   ```
   SELECT array_transform(
     make_array(named_struct('rule_number', 1, 'rule_action', 'allow')),
     e -> get_field(e, 'rule_action')
   );
   ```
   


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