alamb commented on issue #13762: URL: https://github.com/apache/datafusion/issues/13762#issuecomment-2543133819
I have debugged this a bit more - the issue appears to be in `ScalarValue::to_array_of_size` where it always creates a sparse UnionArray. This very non subtle. I worked up a reproducer and test here: - https://github.com/apache/datafusion/pull/13777 Hopefully we can fix it shortly Thank you for this report @kylebarron -- 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]
