alamb commented on code in PR #15603:
URL: https://github.com/apache/datafusion/pull/15603#discussion_r2030153718


##########
datafusion/physical-plan/src/stream.rs:
##########
@@ -362,6 +362,8 @@ pin_project! {
 
         #[pin]
         stream: S,
+
+        transform_schema: bool,

Review Comment:
   this seems like this is fixing the symptom rather than the root cause 
   
   I think it would be better to have the correct schema reflected in the plan 
in the first place 🤔 



-- 
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-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to