EpsilonPrime opened a new pull request, #41583:
URL: https://github.com/apache/arrow/pull/41583

   ### Rationale for this change
   
   Augmented fields interfere with the schema passing between nodes.  When 
enabled they cause names/schema mismatching at the end of the plan.
   
   ### What changes are included in this PR?
   
   Adds an option to disable augmented fields (defaulting to adding them), 
connects it everywhere it is called, and disables it in ReadRel conversion.
   
   ### Are these changes tested?
   
   Yes.
   
   
   ### Are there any user-facing changes?
   
   There are no API related changes however this will allow Substrait plans 
that consume local files to work without requiring a project/emit relation 
after the read relation to remove the unexpected fields.
   


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

Reply via email to