xtern commented on code in PR #2449:
URL: https://github.com/apache/ignite-3/pull/2449#discussion_r1300065385
##########
modules/table/src/main/java/org/apache/ignite/internal/table/AbstractTableView.java:
##########
@@ -76,7 +76,7 @@ protected IgniteException convertException(Throwable th) {
return (IgniteException) th;
}
- //TODO: IGNITE-14500 Replace with public exception with an error code
(or unwrap?).
+ //TODO: IGNITE-20181 KV/Binary view public API should only throw
public exceptions for the end user.
Review Comment:
The change is not related to the current pull request - just a fix of the
wrong issue link.
--
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]