apache / arrow-cookbook

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

GH-338: [Java][CI] Upgrade Arrow Java version for Java Cookbooks #339

Closed davisusanibar closed 7 months ago

davisusanibar commented 7 months ago

To closes https://github.com/apache/arrow-cookbook/issues/338

davisusanibar commented 7 months ago

Need to review https://nightlies.apache.org/arrow/java/org/apache/arrow/ for new Java modules added:

raulcd commented 7 months ago

Thanks @davisusanibar , as there is a small script to update versions I would run the automated one and do it on a single PR. See my comment here: https://github.com/apache/arrow-cookbook/pull/343

davisusanibar commented 7 months ago

Is needed to review Arrow Java Dataset on Linuz environment.

2024-02-07T16:15:45.7564602Z Document: dataset
2024-02-07T16:15:45.7565106Z -----------------
2024-02-07T16:15:49.6220918Z SLF4J(W): No SLF4J providers were found.
2024-02-07T16:15:49.6646043Z SLF4J(W): Defaulting to no-operation (NOP) logger implementation
2024-02-07T16:15:49.6647689Z SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
2024-02-07T16:15:49.6649325Z SLF4J(W): Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
2024-02-07T16:15:49.6651710Z SLF4J(W): Ignoring binding found at [jar:file:/home/runner/.m2/repository/org/slf4j/slf4j-jdk14/1.7.30/slf4j-jdk14-1.7.30.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2024-02-07T16:15:49.6654062Z SLF4J(W): See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.
2024-02-07T16:15:50.0969022Z Exception java.lang.UnsatisfiedLinkError: /tmp/jnilib-5670360797150962767.tmp: /tmp/jnilib-5670360797150962767.tmp: undefined symbol: _ZTIN6google8protobuf7MessageE
2024-02-07T16:15:50.0970774Z       at NativeLibraries.load (Native Method)
2024-02-07T16:15:50.0977239Z       at NativeLibraries$NativeLibraryImpl.open (NativeLibraries.java:395)
2024-02-07T16:15:50.0978296Z       at NativeLibraries.loadLibrary (NativeLibraries.java:234)
2024-02-07T16:15:50.0979275Z       at NativeLibraries.loadLibrary (NativeLibraries.java:176)
2024-02-07T16:15:50.0980137Z       at ClassLoader.loadLibrary (ClassLoader.java:2394)
2024-02-07T16:15:50.1068329Z       at Runtime.load0 (Runtime.java:785)
2024-02-07T16:15:50.1070185Z       at System.load (System.java:1979)
2024-02-07T16:15:50.1071985Z       at JniLoader.load (JniLoader.java:92)
2024-02-07T16:15:50.1073983Z       at JniLoader.loadRemaining (JniLoader.java:75)
2024-02-07T16:15:50.1076186Z       at JniLoader.ensureLoaded (JniLoader.java:61)
2024-02-07T16:15:50.1077401Z       at NativeMemoryPool.getDefault (NativeMemoryPool.java:34)
2024-02-07T16:15:50.1078292Z       at (#13:3)
2024-02-07T16:15:50.4281061Z **********************************************************************
2024-02-07T16:15:50.4291663Z File "dataset.rst", line 65, in default
vibhatha commented 7 months ago

Seems like all the CIs are passing. Does it mean that we have resolved the protobuf related problem?

davisusanibar commented 7 months ago

Seems like all the CIs are passing. Does it mean that we have resolved the protobuf related problem?

You're right, it is. PR related: https://github.com/apache/arrow/pull/40015

davisusanibar commented 7 months ago

I would appreciate a review from you @lidavidm.