[
https://issues.apache.org/jira/browse/TAJO-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944955#comment-14944955
]
ASF GitHub Bot commented on TAJO-1883:
--------------------------------------
Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/778#issuecomment-145843171
Thank you for the quick rebase. I have two questions.
* ```tajo-jdbc``` has a dependency on ```tajo-cluster-tests```, but
```tajo-cluster-tests```'s target is 1.8. Is it ok?
* Both ```tajo-client``` and ```tajo-jdbc``` have some nested dependencies.
For example, ```tajo-client``` has a dependency on ```tajo-rpc-protobuf```, and
which in turn it has a dependency on ```tajo-rpc-common```. In this case, I
wonder that it is ok if ```tajo-rpc-common```'s target is still 1.8.
> Keep tajo-client and its dependent modules to be 1.7 target
> -----------------------------------------------------------
>
> Key: TAJO-1883
> URL: https://issues.apache.org/jira/browse/TAJO-1883
> Project: Tajo
> Issue Type: Improvement
> Components: Build
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.12.0
>
>
> TajoClient and jdbc driver are usually used as the jars. So, we need to keep
> them available in 1.7 too for more feasibility. This patch changes the
> pom.xml files for it. This patch also includes some documentation changes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)