HyukjinKwon commented on code in PR #46825:
URL: https://github.com/apache/spark/pull/46825#discussion_r1623709436
##########
sql/api/src/main/java/org/apache/spark/sql/streaming/TimeMode.java:
##########
@@ -31,11 +30,6 @@
@Evolving
public class TimeMode {
- /**
- * Neither timers nor ttl is supported in this mode.
- */
- public static final TimeMode None() { return NoTime$.MODULE$; }
Review Comment:
When did we add this? If this is already released out, we can't just remove
and break it.
--
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]