[
https://issues.apache.org/jira/browse/TAJO-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944962#comment-14944962
]
ASF GitHub Bot commented on TAJO-1914:
--------------------------------------
GitHub user jihoonson opened a pull request:
https://github.com/apache/tajo/pull/809
TAJO-1914: Remove imports of guava library of facebook
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jihoonson/tajo-2 TAJO-1914
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/809.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 #809
----
commit a3b56ecd19dd38628583b7f9b0177f1ca12e2391
Author: Jihoon Son <[email protected]>
Date: 2015-10-06T12:41:56Z
TAJO-1914
----
> Remove imports of guava library of facebook
> -------------------------------------------
>
> Key: TAJO-1914
> URL: https://issues.apache.org/jira/browse/TAJO-1914
> Project: Tajo
> Issue Type: Task
> Reporter: Jihoon Son
> Priority: Blocker
> Fix For: 0.11.0
>
>
> These imports affect to the package dependency. We should use Google's guava
> library instead of Facebook's one. Here is the list.
> {noformat}
> ./tajo-core/src/main/java/org/apache/tajo/parser/sql/SQLAnalyzer.java:21:import
> com.facebook.presto.hive.shaded.com.google.common.base.Function;
> ./tajo-core/src/main/java/org/apache/tajo/parser/sql/SQLAnalyzer.java:22:import
> com.facebook.presto.hive.shaded.com.google.common.collect.Collections2;
> ./tajo-core-tests/src/test/java/org/apache/tajo/client/v2/TestTajoClientV2.java:21:import
> com.facebook.presto.hive.shaded.com.google.common.collect.Lists;
> ./tajo-storage/tajo-storage-hdfs/src/main/java/org/apache/tajo/storage/json/JsonLineDeserializer.java:22:import
> com.facebook.presto.hive.shaded.com.google.common.collect.Lists;
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)