xiaozcy commented on code in PR #3961:
URL: https://github.com/apache/gravitino/pull/3961#discussion_r1671600772


##########
api/src/main/java/com/datastrato/gravitino/exceptions/NotPartitionedTableException.java:
##########
@@ -0,0 +1,35 @@
+/*
+ * Copyright 2024 Datastrato Pvt Ltd.
+ * This software is licensed under the Apache License version 2.
+ */
+package com.datastrato.gravitino.exceptions;
+
+import com.google.errorprone.annotations.FormatMethod;
+import com.google.errorprone.annotations.FormatString;
+
+/** Exception thrown when a partitioned table does not exist. */
+public class NotPartitionedTableException extends GravitinoRuntimeException {

Review Comment:
   @mchades, `NotPartitionedTableException ` has been removed, and I create 
#4120 about the issue mentioned above, do you have any other suggestion about 
this PR?



-- 
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: commits-unsubscr...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to