[
https://issues.apache.org/jira/browse/TAJO-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14638450#comment-14638450
]
ASF GitHub Bot commented on TAJO-1701:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/645
TAJO-1701: Remove forward or non-forward query concept in TajoClient.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1701
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/645.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #645
----
commit f59736a795836c4020cd6105056c8ebb024cb754
Author: Hyunsik Choi <[email protected]>
Date: 2015-07-23T08:15:46Z
TAJO-1701: Remove forward or non-forward query concept in TajoClient.
----
> Remove forward or non-forward query concept in TajoClient
> ---------------------------------------------------------
>
> Key: TAJO-1701
> URL: https://issues.apache.org/jira/browse/TAJO-1701
> Project: Tajo
> Issue Type: Improvement
> Components: Java Client, TajoMaster
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Minor
> Fix For: 0.11.0
>
>
> So far, TajoMaster and TajoClient have a protocol about forward or
> non-forward queries. For each case, TajoClient executes a different code
> path. But, now, there is no separation because all query results come through
> TajoMaster. This patch will remove the legacy code of them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)