LuciferYang commented on PR #38190: URL: https://github.com/apache/spark/pull/38190#issuecomment-1274372758
https://github.com/apache/spark/blob/8e853933ba64bb43e02af78198bc36d471efaa18/core/src/main/scala/org/apache/spark/util/ClosureCleaner.scala#L397-L408 `outerField.set(func, clonedOuterThis)` threw ` java.lang.IllegalAccessException: final field has no write access: $Lambda$3061/0x0000000801e01000.arg$1/putField, from class java.lang.Object (module java.base)`, although we have deleted `FINAL Modifier`. Any suggestions for code level fix? `-Djdk.reflect.useDirectMethodHandle=false` will be also deleted in the future -- 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]
