Deegue opened a new pull request, #2108: URL: https://github.com/apache/auron/pull/2108
# Which issue does this PR close? Closes #2107 # Rationale for this change When `SparkOnHeapSpillManager.current` is called on the driver side, `TaskContext.get` returns null, causing a NPE. # What changes are included in this PR? Add a null check when TaskContext is unavailable. Update the JNI bridge SIG_TYPE to resolve methods against the OnHeapSpillManager. # Are there any user-facing changes? No. # How was this patch tested? UT -- 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]
