[ 
https://issues.apache.org/jira/browse/TAJO-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14640146#comment-14640146
 ] 

ASF GitHub Bot commented on TAJO-1300:
--------------------------------------

Github user blrunner commented on the pull request:

    https://github.com/apache/tajo/pull/651#issuecomment-124432337
  
    After pulling latest codes, I found another error message on tsql as 
following:
    
    ```
    2015-07-24 17:12:00,767 ERROR org.apache.tajo.catalog.CatalogServer: 
    Stack Trace:
    java.lang.StackOverflowError
        at 
org.apache.tajo.exception.ErrorMessages.getMessage(ErrorMessages.java:121)
        at 
org.apache.tajo.exception.TajoRuntimeException.<init>(TajoRuntimeException.java:43)
        at 
org.apache.tajo.exception.ErrorMessages.getMessage(ErrorMessages.java:136)
        at 
org.apache.tajo.exception.TajoRuntimeException.<init>(TajoRuntimeException.java:43)
        at 
org.apache.tajo.exception.ErrorMessages.getMessage(ErrorMessages.java:136)
        at 
org.apache.tajo.exception.TajoRuntimeException.<init>(TajoRuntimeException.java:43)
        at 
org.apache.tajo.exception.ErrorMessages.getMessage(ErrorMessages.java:136)
        at 
org.apache.tajo.exception.TajoRuntimeException.<init>(TajoRuntimeException.java:43)
        at 
org.apache.tajo.exception.ErrorMessages.getMessage(ErrorMessages.java:136)
        at 
org.apache.tajo.exception.TajoRuntimeException.<init>(TajoRuntimeException.java:43)
        at 
org.apache.tajo.exception.ErrorMessages.getMessage(ErrorMessages.java:136)
        at 
org.apache.tajo.exception.TajoRuntimeException.<init>(TajoRuntimeException.java:43)
        at 
org.apache.tajo.exception.ErrorMessages.getMessage(ErrorMessages.java:136)
        at 
org.apache.tajo.exception.TajoRuntimeException.<init>(TajoRuntimeException.java:43)
        at 
org.apache.tajo.exception.ErrorMessages.getMessage(ErrorMessages.java:136)
        at 
org.apache.tajo.exception.TajoRuntimeException.<init>(TajoRuntimeException.java:43)
        at 
org.apache.tajo.exception.ErrorMessages.getMessage(ErrorMessages.java:136)
        at 
org.apache.tajo.exception.TajoRuntimeException.<init>(TajoRuntimeException.java:43)
        at 
org.apache.tajo.exception.ErrorMessages.getMessage(ErrorMessages.java:136)
    ```
    
    This issue looks like an issue of the master branch without relevant to 
this PR. If you don't mind, could you recover relative codes? We need to book 
this issue with another JIRA issue.


> Merge the index branch into the master branch
> ---------------------------------------------
>
>                 Key: TAJO-1300
>                 URL: https://issues.apache.org/jira/browse/TAJO-1300
>             Project: Tajo
>          Issue Type: Task
>          Components: Index
>            Reporter: Jihoon Son
>            Assignee: Jihoon Son
>            Priority: Minor
>             Fix For: 0.11.0
>
>
> As discussed at https://github.com/apache/tajo/pull/231, there are a few 
> things to introduce the proto type of the index feature to tajo. After the 
> remaining works are finished, the index branch will be merged into the master 
> branch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to