Ur, I checked Maven central today and found that ORC 1.4.1 seems to bring
unexpected dependency accidentally. This is not a feature issue.
[INFO] +- io.airlift:aircompressor:jar:0.8:compile
[INFO] | \- io.airlift:slice:jar:0.29:compile
[INFO] | \- org.openjdk.jol:jol-core:jar:0.2:compile
- jol-core-0.2.jar
- slice-0.29.jar
Previously, ORC 1.4.0 (nohive) requires only the following three.
- aircompressor-0.3.jar
- orc-core-1.4.0-nohive.jar
- orc-mapreduce-1.4.0-nohive.jar
In ORC master branch, `slice` (and transitive `jol-core`) is excluded. I guess
branch-1.4 should exclude that, too.
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
<version>0.8</version>
<exclusions>
<exclusion>
<groupId>io.airlift</groupId>
<artifactId>slice</artifactId>
</exclusion>
</exclusions>
</dependency>
Is there any way for us to prevent this accidental transitive dependency?
Bests,
Dongjoon.
On 2017-10-16 16:49, Prasanth Jayachandran <[email protected]> wrote:
> With four +1's (3 binding and 1 non-binding) and no -1's, the vote passes.
> I'll finalize the release.
> Thanks everyone who voted!
>
>
> Thanks and Regards,
> Prasanth Jayachandran
>
>
> On Mon, Oct 16, 2017 at 2:33 PM, Alan Gates <[email protected]> wrote:
>
> > +1. Checked LICENSE, NOTICE, and signatures. Did a full build.
> >
> > Alan.
> >
> > On 2017-10-12 02:10, Prasanth Jayachandran <[email protected]> wrote:
> > > All,
> > >
> > > Should we release the following artifacts as ORC 1.4.1?
> > > Please refer jiras section for list of fixes that went in ORC 1.4.1.
> > >
> > > tar: http://home.apache.org/~prasanthj/orc-1.4.1rc0/
> > > tag: https://github.com/apache/orc/releases/tag/release-1.4.1rc0
> > > jiras: https://issues.apache.org/jira/projects/ORC/versions/12340542
> > >
> > > Thanks
> > > Prasanth
> > >
> >
>