Skip to content

Commit

Permalink
updating params
Browse files Browse the repository at this point in the history
  • Loading branch information
ericm-db committed Jan 25, 2024
1 parent 36e9fa4 commit 4c06c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ class QueryInfoImpl(
* Class that provides a concrete implementation of a StatefulProcessorHandle. Note that we keep
* track of valid transitions as various functions are invoked to track object lifecycle.
* @param store - instance of state store
* @param runId - unique id for the current run
* @param isStreaming - defines whether the query is streaming or batch
*/
class StatefulProcessorHandleImpl(store: StateStore, runId: UUID, isStreaming: Boolean = true)
extends StatefulProcessorHandle with Logging {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import org.apache.spark.util.{CompletionIterator, Utils}
* @param batchTimestampMs processing timestamp of the current batch.
* @param eventTimeWatermarkForLateEvents event time watermark for filtering late events
* @param eventTimeWatermarkForEviction event time watermark for state eviction
* @param isStreaming defines whether the query is streaming or batch
* @param child the physical plan for the underlying data
*/
case class TransformWithStateExec(
Expand Down

0 comments on commit 4c06c7d

Please sign in to comment.