sahnib commented on code in PR #45960:
URL: https://github.com/apache/spark/pull/45960#discussion_r1561358037


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/TimerStateImpl.scala:
##########
@@ -23,14 +23,15 @@ import org.apache.spark.sql.catalyst.InternalRow
 import org.apache.spark.sql.catalyst.encoders.ExpressionEncoder
 import org.apache.spark.sql.catalyst.expressions._
 import org.apache.spark.sql.execution.streaming.state._
-import org.apache.spark.sql.streaming.TimeoutMode
+import org.apache.spark.sql.streaming.TimeMode
 import org.apache.spark.sql.types._
 import org.apache.spark.util.NextIterator
 
 /**
  * Singleton utils class used primarily while interacting with TimerState
  */
 object TimerStateUtils {
+  // TODO(sahnib): remove this if not needed

Review Comment:
   Thanks for catching this. I intended to remove this, but was not sure if 
this was being used while refactoring half way. Removed 
   



-- 
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]

Reply via email to