szehon-ho commented on PR #55427: URL: https://github.com/apache/spark/pull/55427#issuecomment-4480157329
@cloud-fan Thanks for the May 15 follow-up — addressed in ca22b549: - **MERGE regression (`2c56adef`)**: Restored `enforceFullOutput` from `0be4cc8` instead of making incomplete nested resolution throw for both INSERT and MERGE. MERGE/UPDATE again get `Cannot safely cast` via `addError`; INSERT still hard-fails on incomplete output. - **Test assertions**: The two negative tests at ~1960 and ~1990 now use `checkError` with pinned `colName` like the others in that section. - **`quotedFallback`**: Dropped with the revert of the `cannotFindOutputData` overloads from `2c56adef`. Tests run locally: `AlignMergeAssignmentsSuite`, `AlignUpdateAssignmentsSuite`, and `DataSourceV2SQLSuiteV1Filter` (`-z "source missing"`, 18 tests). -- 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]
