mkarbo commented on PR #14439: URL: https://github.com/apache/datafusion/pull/14439#issuecomment-2635090710
> Thanks @eliaperantoni > > What comes to my mind is the PR might make the output too cumbersome, and some time back I think we already faced the issue that extra attention to error can slow down the planning time. I checked bunch of engines now, like DuckDB, Trino they return errors 1 by 1 which is not necessarily correct of course Just adding some motivation behind this For instance, if you want to use diagnostics to power applications such as static validators or LSP's, then it will be necessary to report all errors. Going from 1->n will open up a new set of applications of diagnostics not easily solvable outside of this ecosystem, which I would say is very valuable to the community, if we can make it happen :) -- 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