You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by hyunsik <gi...@git.apache.org> on 2015/07/27 05:01:00 UTC

[GitHub] tajo pull request: TAJO-1346: Create dynamic partitions to Catalog...

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---