You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by jihoonson <gi...@git.apache.org> on 2015/08/10 08:08:44 UTC

[GitHub] tajo pull request: TAJO-1675: NPE when selecting data from informa...

Github user jihoonson commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/653#discussion_r36603952
  
    --- Diff: tajo-catalog/tajo-catalog-common/src/main/proto/CatalogProtos.proto ---
    @@ -152,6 +152,12 @@ message TablePartitionProto {
       optional string path = 4;
     }
     
    +message TablePartitionKeysProto {
    --- End diff --
    
    A message represents a single partition. So, ```TablePartitionKeyProto``` looks to be more proper.


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