RafaelHerrero opened a new pull request, #19: URL: https://github.com/apache/datafusion-testing/pull/19
## Summary Updates expected test results for the duplicate column names fix ([apache/datafusion#21126](https://github.com/apache/datafusion/pull/21126)). - ~39,706 `query error` blocks across 279 files that previously expected "Projections require unique expression names" errors now contain actual expected results - Queries that now succeed have results in valuewise format with `valuesort` - Queries that still error (e.g. unsupported subqueries) have updated error messages Generated using `--complete` mode with a post-processing script to preserve valuewise format and correct hash values. All 595 SQLite test files pass locally. Related PRs: - [apache/datafusion#21260](https://github.com/apache/datafusion/pull/21260) — Reapply duplicate column names fix - [apache/datafusion#21126](https://github.com/apache/datafusion/pull/21126) — Original fix (merged then reverted) - [apache/datafusion#21254](https://github.com/apache/datafusion/pull/21254) — Revert that this undoes -- 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]
