emkornfield opened a new pull request #11351: URL: https://github.com/apache/arrow/pull/11351
Previously, structs would only work for a single level, and other nested types did not do this at all. This PR propagates types through lists, large_lists, fixed_sized_lists and multiple nesting of structs. Maps had some special handling: 1. If only a partial key is selected it gets converted to list<struct> 2. If only a partial value is selected it maintains the map type. -- 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]
