HyukjinKwon commented on code in PR #42385:
URL: https://github.com/apache/spark/pull/42385#discussion_r1287805977
##########
core/src/main/scala/org/apache/spark/ContextAwareIterator.scala:
##########
@@ -30,8 +30,10 @@ import org.apache.spark.annotation.DeveloperApi
* Thus, we should use [[ContextAwareIterator]] to stop consuming after the
task ends.
*
* @since 3.1.0
+ * @deprecated since 3.5.0 as its only usage for Python evaluation is now
extinct
*/
@DeveloperApi
+@deprecated("Only usage for Python evaluation is now extinct", "3.5.0")
Review Comment:
Oops yes
--
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]