The GitHub Actions job "Nightly (beta)" on flink.git/master has failed.
Run started by GitHub user github-actions[bot] (triggered by 
github-actions[bot]).

Head commit for run:
7373dc9e2a37e382f8479c353cf51d367007b9a8 / bowenli86 <[email protected]>
[FLINK-39226][python] Fix embedded PyIterator class cast after recovery (#27849)

This pull request fixes FLINK-39226 by avoiding direct casts to 
pemja.core.object.PyIterator in embedded Python operators. After recovery, the 
returned iterator object can be loaded by a different user-code classloader, so 
hard casts can fail with ClassCastException. The change introduces a reflective 
wrapper that can consume iterator-like results without depending on the local 
PemJa class identity.

Report URL: https://github.com/apache/flink/actions/runs/24701659202

With regards,
GitHub Actions via GitBox

Reply via email to