tustvold commented on PR #1839: URL: https://github.com/apache/arrow-rs/pull/1839#issuecomment-1153733098
I'm not sure about this, reordering fields in a StructArray is not compatible? To me this feels like a limitation of the SchemaAdapter logic in DataFusion which needs to: * Understand nested types * Re-project fields within nested types Columns and fields are identified by index and not column name, and so they cannot be arbitrarily reordered? -- 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]
