vincev commented on issue #7136:
URL: 
https://github.com/apache/arrow-datafusion/issues/7136#issuecomment-1657163291

   Oh I see there is a workaround for that:
   
   ```
   ❯ select make_array(make_array(1,null), [3,4]) as a;
   +-----------------+
   | a               |
   +-----------------+
   | [[1, ], [3, 4]] |
   +-----------------+
   ```


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

Reply via email to