Re: [PR] Collection of errors [datafusion]

2025-02-05 Thread via GitHub
alamb commented on PR #14439: URL: https://github.com/apache/datafusion/pull/14439#issuecomment-2637539228 > Thanks @comphead for your feedback. We appreciate it 🙏 > > > What comes to my mind is the PR might make the output too cumbersome > > The actual error output doesn't chan

Re: [PR] Collection of errors [datafusion]

2025-02-05 Thread via GitHub
eliaperantoni commented on code in PR #14439: URL: https://github.com/apache/datafusion/pull/14439#discussion_r1943292631 ## datafusion/sqllogictest/src/engines/datafusion_engine/error.rs: ## @@ -30,7 +30,7 @@ pub enum DFSqlLogicTestError { #[error("SqlLogicTest error(from

Re: [PR] Collection of errors [datafusion]

2025-02-05 Thread via GitHub
alamb commented on code in PR #14439: URL: https://github.com/apache/datafusion/pull/14439#discussion_r1943247569 ## datafusion/sqllogictest/src/engines/datafusion_engine/error.rs: ## @@ -30,7 +30,7 @@ pub enum DFSqlLogicTestError { #[error("SqlLogicTest error(from sqllogic

Re: [PR] Collection of errors [datafusion]

2025-02-04 Thread via GitHub
eliaperantoni commented on PR #14439: URL: https://github.com/apache/datafusion/pull/14439#issuecomment-2635144203 Thanks @comphead for your feedback. We appreciate it 🙏 > What comes to my mind is the PR might make the output too cumbersome The actual error output doesn't change

Re: [PR] Collection of errors [datafusion]

2025-02-04 Thread via GitHub
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

Re: [PR] Collection of errors [datafusion]

2025-02-04 Thread via GitHub
comphead commented on PR #14439: URL: https://github.com/apache/datafusion/pull/14439#issuecomment-2634819291 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 c

Re: [PR] Collection of errors [datafusion]

2025-02-04 Thread via GitHub
eliaperantoni commented on code in PR #14439: URL: https://github.com/apache/datafusion/pull/14439#discussion_r1940882597 ## datafusion/sqllogictest/test_files/errors.slt: ## @@ -129,26 +129,34 @@ order by c9 # nth_value with wrong name -statement error DataFusion error: Er

Re: [PR] Collection of errors [datafusion]

2025-02-04 Thread via GitHub
eliaperantoni commented on code in PR #14439: URL: https://github.com/apache/datafusion/pull/14439#discussion_r1940880835 ## datafusion/sqllogictest/src/engines/datafusion_engine/error.rs: ## @@ -30,7 +30,7 @@ pub enum DFSqlLogicTestError { #[error("SqlLogicTest error(from

Re: [PR] Collection of errors [datafusion]

2025-02-03 Thread via GitHub
eliaperantoni commented on PR #14439: URL: https://github.com/apache/datafusion/pull/14439#issuecomment-2631306971 @alamb pr is ready for review. I'm getting this weird error that appears to be because of the TTY size being smaller in CI, making the error wrap on a new line? I can't reprodu

[PR] Collection of errors [datafusion]

2025-02-03 Thread via GitHub
eliaperantoni opened a new pull request, #14439: URL: https://github.com/apache/datafusion/pull/14439 This PR adds `DataFusionError::Collection` so that multiple errors can be returned at once, shortening the feedback loop for developers because they would now be able to fix more than error