ygerzhedovich commented on code in PR #5174:
URL: https://github.com/apache/ignite-3/pull/5174#discussion_r1944625885


##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/SchemaExistsValidationException.java:
##########
@@ -23,15 +23,15 @@
  *
  * <p>This exception is used to properly handle IF NOT EXISTS flag in ddl 
command handler.
  */
-public class SchemaExistsException extends CatalogValidationException {
+public class SchemaExistsValidationException extends 
CatalogValidationException {

Review Comment:
   If be honestly I think we should get rid the exception at all together with 
SchemaNotFoundValidationException. Both of them don't bring us anything useful, 
we can use just CatalogValidationException instead of them.



-- 
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]

Reply via email to