corleyma commented on PR #1581: URL: https://github.com/apache/iceberg-python/pull/1581#issuecomment-2616848057
Not to muddy the waters since this probably is not literally the same thing but: I experienced something similar(ish) to this using Iceberg 1.7.1 with Spark 3.5.4. Downgrading to 3.5.3 fixed it, didn't have time to figure out what was actually going on. (I only saw the problem when going MERGE INTOs against tables stored in GCP and only for certain files; integration tests against Minio never surfaced anything like it). Here's what I got: ``` # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007b90e8939a98, pid=32, tid=82 # # JRE version: OpenJDK Runtime Environment (17.0.13+11) (build 17.0.13+11-Debian-2deb12u1) # Java VM: OpenJDK 64-Bit Server VM (17.0.13+11-Debian-2deb12u1, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64) # Problematic frame: # V [libjvm.so+0xe43a98] SymbolTable::do_lookup(char const*, int, unsigned long)+0xd8 # # Core dump will be written. Default location: /core.%e.32.%t # # An error report file with more information is saved as: # /usr/src/app/hs_err_pid32.log # # If you would like to submit a bug report, please visit: # https://bugs.debian.org/openjdk-17 # ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
