You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/13 10:13:31 UTC

[GitHub] [arrow-rs] tustvold commented on pull request #1839: Improve comparison of struct fields

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org