vinishjail97 opened a new pull request, #18118:
URL: https://github.com/apache/hudi/pull/18118
### Describe the issue this Pull Request addresses
From a user perspective, the error message "Cannot resolve conflicts for
overlapping writes" is often hit when table services are running in an async
manner. It's not super clear from the message that it's an exception that
wouldn't be thrown when the write is retried after the table service operation
is complete. Adjusting the error message to be more clear.
### Summary and Changelog
Improve error message for conflict resolution.
### Impact
Better visibility for hudi users writing via SQL or spark jobs.
### Risk Level
Low.
### Documentation Update
None.
- The config description must be updated if new configs are added or the
default value of the configs are changed.
- Any new feature or user-facing change requires updating the Hudi website.
Please follow the
[instruction](https://hudi.apache.org/contribute/developer-setup#website)
to make changes to the website. -->
### Contributor's checklist
- [x] Read through [contributor's
guide](https://hudi.apache.org/contribute/how-to-contribute)
- [x] Enough context is provided in the sections above
- [x] Adequate tests were added if applicable
--
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]