somiljain2006 opened a new pull request, #8118: URL: https://github.com/apache/incubator-seata/pull/8118
- [x] I have read the [CONTRIBUTING.md](https://github.com/apache/incubator-seata/blob/2.x/CONTRIBUTING.md) guidelines. - [ ] I have registered the PR [changes](https://github.com/apache/incubator-seata/tree/2.x/changes). ### Ⅰ. Describe what this PR did Replace SELECT * in rollback validation queries with an explicit column list derived from table metadata to avoid column mismatches when Oracle tables contain invisible columns. This prevents false dirty-data detection and rollback failures during undo validation. ### Ⅱ. Does this pull request fix one issue? Fixes #7099 ### Ⅲ. Why don't you add test cases (unit test/integration test)? Added regression tests covering explicit column SQL generation and validation query construction. ### Ⅳ. Describe how to verify it Run the targeted unit tests: mvn -pl rm-datasource -Dtest=AbstractUndoExecutorTest test ### Ⅴ. Special notes for reviews N/A -- 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]
