Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.5.0, 4.0.0
Description
When we added onQueryIdle to StreamingQueryListener, we missed to add backward compatibility test(s) into StreamingQueryListenerSuite.
We added the compatibility test in pyspark when we fixed an issue on pyspark specific via https://issues.apache.org/jira/browse/SPARK-45631, but we didn't add the symmetric test in Spark Connect (both Scala and PySpark). We should add the test.