apache / arrow-cookbook

Apache Arrow Cookbook
https://arrow.apache.org/
Apache License 2.0
95 stars 46 forks source link

MINOR: [Release] Update C++ and PyArrow versions for 15.0.0 #343

Closed amoeba closed 7 months ago

amoeba commented 7 months ago

Can't easily test this locally so sending a PR to see what CI looks like. Java changes are in a separate PR: https://github.com/apache/arrow-cookbook/pull/339.

@raulcd

raulcd commented 7 months ago

Sorry, I forgot to run the release update for the cookbooks for the 14.0.x patch releases and 15.0.0, did you use the 01-bump-versions.sh 14.0.0 15.0.0 script? https://github.com/apache/arrow-cookbook#usage

amoeba commented 7 months ago

I didn't originally but did just now (sh dev/release/01-bump-versions.sh 14.0.0 15.0.0) and squashed everything into a single commit. I'll do that in the future.

amoeba commented 7 months ago

@davisusanibar can you look at the Java CI failures?

davisusanibar commented 7 months ago

@davisusanibar can you look at the Java CI failures?

Let me take a look

davisusanibar commented 7 months ago

@davisusanibar can you look at the Java CI failures?

Let me take a look

A Java nightly is trying to download artifacts from https://nightlies.apache.org/arrow/java, but org.apache.arrow:arrow-memory-netty-buffer-patch:jar:16.0.0-SNAPSHOT is not being uploaded.

This issue has been created to track this: https://github.com/apache/arrow-cookbook/issues/342. Let me check the activities needed to upload that to the nightly repository.

davisusanibar commented 7 months ago

CC @vibhatha @danepitkin

davisusanibar commented 7 months ago

PR is ready for review: https://github.com/apache/arrow/pull/39901

amoeba commented 7 months ago

@raulcd I think now that https://github.com/apache/arrow/pull/39901 the Java checks should pass, can you re-run them to check?

raulcd commented 7 months ago

There seems to still be some errors:

 SLF4J(W): See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.
Exception java.lang.UnsatisfiedLinkError: /tmp/jnilib-9784155468287532443.tmp: /tmp/jnilib-9784155468287532443.tmp: undefined symbol: _ZTIN6google8protobuf7MessageE

I can't spend much time diagnosing at the moment, @davisusanibar any idea what is happening on the Java failure?

davisusanibar commented 7 months ago

There seems to still be some errors:

 SLF4J(W): See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.
Exception java.lang.UnsatisfiedLinkError: /tmp/jnilib-9784155468287532443.tmp: /tmp/jnilib-9784155468287532443.tmp: undefined symbol: _ZTIN6google8protobuf7MessageE

I can't spend much time diagnosing at the moment, @davisusanibar any idea what is happening on the Java failure?

I am reviewing that . More details at: https://github.com/apache/arrow-cookbook/pull/339#issuecomment-1932429139

vibhatha commented 7 months ago

We should probably re-run the CIs after merging https://github.com/apache/arrow/pull/40015

davisusanibar commented 7 months ago

We should probably re-run the CIs after merging apache/arrow#40015

This PR depend of https://github.com/apache/arrow-cookbook/pull/339

davisusanibar commented 7 months ago

We should probably re-run the CIs after merging apache/arrow#40015

This PR depend of #339

@amoeba It's ready for a rebase

amoeba commented 7 months ago

Thanks @davisusanibar. I rebased.

amoeba commented 7 months ago

Hi @raulcd, I think this is ready for a merge. The CI passes here and the Java CI is passing as of https://github.com/apache/arrow-cookbook/actions/runs/7865593306. Can you have a look?