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 2014/08/04 08:02:45 UTC

[GitHub] tajo pull request: TAJO-985: Client API should be async

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

    https://github.com/apache/tajo/pull/99#discussion_r15741540
  
    --- Diff: tajo-client/src/main/java/org/apache/tajo/cli/TajoCli.java ---
    @@ -487,7 +487,7 @@ private void waitForQueryCompleted(QueryId queryId) {
           while (true) {
             // TODO - configurable
             status = client.getQueryStatus(queryId);
    -        if(status.getState() == QueryState.QUERY_MASTER_INIT || status.getState() == QueryState.QUERY_MASTER_LAUNCHED) {
    --- End diff --
    
    The line is longer than 120 columns.


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