Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/630#discussion_r35503240
--- Diff:
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/exception/AssumedPartitionDirectoryException.java
---
@@ -18,9 +18,13 @@
package org.apache.tajo.catalog.exception;
-public class NoPartitionedTableException extends Exception {
- public NoPartitionedTableException(String databaseName, String relName) {
- super(String.format("ERROR: table \"%s.%s\" is not a partitioned
table", databaseName, relName));
- }
+import org.apache.tajo.error.Errors.ResultCode;
+
+public class AssumedPartitionDirectoryException extends CatalogException {
--- End diff --
Its name seems to be not intuitive. Could you explain which kind of
exception?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---