kevinjqliu commented on PR #2245:
URL: https://github.com/apache/iceberg-python/pull/2245#issuecomment-3146217235

   > Do you know what could be causing this?
   
   Looks like CI passed, so it could be with your local setup. I put that in 
chatgpt, it says
   ```
   🧠 Root Causes:
   Running on a restricted JVM (like GraalVM Native Image or a 
non-Oracle/OpenJDK distribution)
   
   Using a Java version where these internals are restricted (like Java 17+ 
with strong encapsulation)
   
   Running in a context that limits reflection or unsafe access (e.g., with 
--illegal-access=deny)
   
   Spark compiled with a newer Java version but running on an incompatible JVM
   
   ```
   
   what java version are you using? 


-- 
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]

Reply via email to