apache / arrow-cookbook

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

Update cookbook versions for 16.0.0 release #348

Open amoeba opened 5 months ago

amoeba commented 5 months ago

We can normally get away with just bumping versions in a minor PR but two issues have already come up in early testing for the 16.0.0 release so I thought I'd track those and anything else we find here ahead of the release.

raulcd commented 4 months ago

Let me know if I can help with anything here @amoeba

amoeba commented 4 months ago

Hey @raulcd, this slipped. I'll work on a PR for the Java refactor this week.

amoeba commented 3 months ago

I put a PR up at https://github.com/apache/arrow-cookbook/pull/350. I ran into one snag which may require rewriting all Java examples to have an explicit main class. I'd appreciate a review if you have a minute.