srielau commented on PR #58130: URL: https://github.com/apache/spark/pull/58130#issuecomment-5404067654
Thanks @cloud-fan -- addressed the two remaining items from https://github.com/apache/spark/pull/58130#pullrequestreview-5009631498 in de3f84f. - Dropped the inaccurate `COMPLEX_EXPRESSION_UNSUPPORTED_INPUT` failure-path claim on `Right`. Both analyzers reject an unresolved `RuntimeReplaceable.replacement` during analysis, so that is not a later runtime path. Thread: https://github.com/apache/spark/pull/58130#discussion_r3841293091 - The SPARK-58802 matrix now fails if ResolverGuard would skip dual-run. Each SELECT is parsed and checked with a fresh `ResolverGuard` before execution; CREATE/INSERT setup uses `spark.sql` directly. Thread: https://github.com/apache/spark/pull/58130#discussion_r3841293095 The targeted `single-pass resolver agrees with fixed-point under standardSemantics` test passes. -- 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]
