vladanvasi-db opened a new pull request, #57850: URL: https://github.com/apache/spark/pull/57850
### What changes were proposed in this pull request? Expand the `identifier-clause` SQL tests to cover identifier names computed through standard function resolution, including built-in and higher-order functions, aggregate/window/generator expressions, SQL functions and their dependencies, relation identifiers, and scalar subqueries. Regenerate the standard and legacy analyzer and execution golden files. ### Why are the changes needed? These cases provide coverage for function resolution while computing `IDENTIFIER` names and keep the shared identifier golden files synchronized across Spark analyzer implementations. ### Does this PR introduce _any_ user-facing change? No. This is a test-only change. ### How was this patch tested? - Regenerated the standard and legacy analyzer and execution golden files. - Ran `./build/sbt "sql/testOnly org.apache.spark.sql.SQLQueryTestSuite -- -z identifier-clause"`. - All 4 matching tests passed. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: OpenAI Codex (GPT-5) -- 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]
