wiedld commented on issue #13065:
URL: https://github.com/apache/datafusion/issues/13065#issuecomment-2430045570

   > However, as there are clearly bugs in the code that currently prevent it 
from passing cleanly in all cases (which were previously in the code), I think 
it is better to relax the check and sort out the errors rather than hard 
failing plans.
   
   Some additional context -- we have definitely not isolated all the bugs this 
check uncovered. Even with this know bug 
(https://github.com/apache/datafusion/issues/13010) patched for us, we are 
still encountering this failed check every few minutes. Changing this check to 
a warning, not an error, has been necessary for us.
   
   Assuming that we are not the only ones, having the feature @alamb proposed 
here (to also convert to a warning based on configuration) would help unblock 
others from ungrading datafusion IMO.


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