adriangb commented on PR #19674:
URL: https://github.com/apache/datafusion/pull/19674#issuecomment-3757549384

   > * If source and target struct fields have **no overlapping names**, 
casting falls back to **positional mapping** _only when field counts match_.
   
   What if there is partial overlap, e.g. `struct<c1 int, other1 int> -> 
`struct<other2 int, c1 int>`?


-- 
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]

Reply via email to