[AUDIT] ReaderIterator signature changed #10713
Labels
audit_4.0.0
Audit related tasks for 4.0.0
bug
Something isn't working
wontfix
This will not be worked on
As part of apache/spark@17430fe Spark made a change to stop sending the PID manually. A part of that change was to change the signature of the
ReaderIterator
to take anOption[Long]
instead of the previousOption[Int]
. This is a compilation error in the Plugin for Spark 4.0.0The text was updated successfully, but these errors were encountered: