andrenmo commented on issue #2063: URL: https://github.com/apache/arrow-adbc/issues/2063#issuecomment-2272144061
Thanks for the response, in a ideal world this query: ```SQL select array[[1, 1], [2, 3]] union all select array[[1, 1]] ``` would return ```python [([[1, 1], [2, 3]],), ([[1, 1], [,]],)] ``` but an warning (or error that can be silenced with a flag) at least can help to debug why the data is different. -- 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]
