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

ASF GitHub Bot commented on ORC-57:
-----------------------------------

GitHub user omalley opened a pull request:

    https://github.com/apache/orc/pull/31

    ORC-57 Remove guava dependence from ORC

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/omalley/orc orc-57

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/orc/pull/31.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 #31
    
----
commit 9dc3b5e518cf0141623fd2390f37ea5cae2eec17
Author: Owen O'Malley <[email protected]>
Date:   2016-05-26T15:17:29Z

    ORC-53. Make the complex types Comparable so they can be put as keys to the
    OrcMap.

commit 522aaa9f0f937bface87d1b9ce6c799ad29a20f1
Author: Owen O'Malley <[email protected]>
Date:   2016-05-31T22:36:11Z

    ORC-53 part 2 addressing Mark's feedback

commit f8d97845279f4115bda1864ff5328f5e8ec86971
Author: Owen O'Malley <[email protected]>
Date:   2016-05-24T21:28:36Z

    ORC-52 Add support for org.apache.hadoop.mapreduce InputFormat and
    OutputFormat.

commit b755bab61d79cb919006a37945d5344abcc401eb
Author: Owen O'Malley <[email protected]>
Date:   2016-06-01T06:55:37Z

    ORC-52 part 2 based on Mark's feedback

commit 2e644bc1dc639ffa8e6387959fa57a076b485a5c
Author: Owen O'Malley <[email protected]>
Date:   2016-05-28T16:51:34Z

    ORC-60 add findbugs

commit 6d4147ac1b3cc3f89462eacd2a50e3ecccba5c9a
Author: Owen O'Malley <[email protected]>
Date:   2016-06-01T22:01:18Z

    ORC-57. Remove guava dependence from ORC.

----


> Remove dependence on guava from orc-core
> ----------------------------------------
>
>                 Key: ORC-57
>                 URL: https://issues.apache.org/jira/browse/ORC-57
>             Project: Orc
>          Issue Type: Improvement
>            Reporter: Owen O'Malley
>
> Currently, ORC core depends on guava, which is infamous for making 
> non-compatible API changes that cause breakages across large builds. We 
> should also consider shrouding protobuf to make it version specific (eg 
> com.google.protobuf25).
> We should also evaluate the other dependencies and remove any that we can.



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

Reply via email to