alamb commented on PR #13176:
URL: https://github.com/apache/datafusion/pull/13176#issuecomment-2452128438

   > Looking at #13190 It seems that schema check is too strict (It should 
allow fulfilling nulllable contract with non-null data, but not the other way 
around).
   > 
   > If we relax the check around this, how many problems would remain to be 
addressed?
   
   It seems to me the check is finding real things (where the schema of the 
`ExecutionPlan` doesn't match the schema of the `LogicalPlan` from when it was 
created)
   
   However, it also seems to me like maybe the discrepancy isn't a huge deal 
(so maybe it shouldn't be an error 🤔 )


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