Thanks a lot, Uwe. I'll do it manually after my change is working. But it is not... :( So, "mvn clean install" works just fine, every test passes. While "mvn clean install -DskipTests && mvn test" fails. That's why Travis fails as well. One stacktrace I've investigated (BTW reproducible in my IDE) was made the test ProtoInputOutputFormatTest in parquet-protobuf fail. The root cause was a NoClassDefFoundError for the class org.apache.thrift.scheme.StandardScheme. I am not sure what's happening. I think, the root cause is around transitive dependencies. By diffing "mvn dependency:tree" before and after my modification I can see that the modules referred to "parquet-format" had no dependency to libthrift but now they have via the new module "parquet-format-structures". As far as I can understand shade plugin shall rewrite the pom so the shaded dependencies would not be promoted as transitive dependencies. Do you guys have any idea what the problem is?
Thanks a lot, Gabor On Wed, Aug 22, 2018 at 4:01 PM Uwe L. Korn <[email protected]> wrote: > Hello Gabor > > > I've just realized that merge commit in github is "not enabled for this > > repository". Any suggestions how we can workaround this? > > You have to merge manually on your commandline using "git merge … && git > push origin master". > > Uwe >
