anishshri-db commented on code in PR #46825:
URL: https://github.com/apache/spark/pull/46825#discussion_r1625196386
##########
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:
yea not released yet. This is only in the 4.0 branch.
@sahnib - while we are here - is there a way to make this package private to
`sql` too on the Java side ?
--
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]