Hi Emilio, Thanks for your feedback. It is working! It has been a long time since that PR was rebased last time, so all pom.xml files have their parent versions set to 3.0.0-SNAPSHOT.
Best, Liya Fan On Fri, Feb 26, 2021 at 8:41 PM Emilio Lahr-Vivaz <elahrvi...@ccri.com> wrote: > Hello, > > I think the issue is that current master is version 4.0.0-SNAPSHOT now, > but your PR is 3.0.0-SNAPSHOT: > https://github.com/apache/arrow/blob/master/java/format/pom.xml#L18 > > Thanks, > > Emilio > > On 2/26/21 4:58 AM, Fan Liya wrote: > > Dear all, > > > > In a recent PR [1], I have created a new sub-module of the Java project > > (arrow-compression). It works on my local machine, and the build finished > > successfully. > > > > However, it fails in the docker build [2], pointing to an error in the > new > > pom.xml [3] file: > > > > *Non-resolvable parent POM for > > org.apache.arrow:arrow-compression:3.0.0-SNAPSHOT: Could not find > artifact > > org.apache.arrow:arrow-java-root:pom:3.0.0-SNAPSHOT and > > 'parent.relativePath' points at wrong local POM* > > > > However, the pom.xml file works fine in my local machine. After some > > investigation, I have tried some solutions from the Internet, but none of > > them worked for me. > > > > Do you have any ideas about the problem? > > Thank you in advance. > > > > Best, > > Liya Fan > > > > [1] https://github.com/apache/arrow/pull/8949 > > [2] > https://github.com/apache/arrow/pull/8949/checks?check_run_id=1977390138 > > [3] > > > https://github.com/apache/arrow/blob/b0d25bbf2644261854e193f2becd86f28c53bf54/java/compression/pom.xml > > > >