You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Jefffrey (via GitHub)" <gi...@apache.org> on 2023/02/27 10:57:08 UTC

[GitHub] [arrow-datafusion] Jefffrey commented on issue #5410: Join two tables with the same schema, then union throws `SchemaError(DuplicateUnqualifiedField )`

Jefffrey commented on issue #5410:
URL: https://github.com/apache/arrow-datafusion/issues/5410#issuecomment-1446112309

   Issue seems to be here:
   
   https://github.com/apache/arrow-datafusion/blob/5ffa8d78f7e5796fa7c2f98b19346576ab2a4bb8/datafusion/expr/src/logical_plan/builder.rs#L1085-L1111
   
   Specifically where it strips the qualifier from the generated `DFField`
   
   A solution could be to grab the left field qualifier here instead of wiping it.


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