Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-torres committed Jan 17, 2018
1 parent 73a65eb commit f9b2fd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ abstract class StreamExecution(

override val id: UUID = UUID.fromString(streamMetadata.id)

override def runId: UUID = currentRunId
protected var currentRunId = UUID.randomUUID
override val runId: UUID = UUID.randomUUID

/**
* Pretty identified string of printing in logs. Format is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ class ContinuousExecution(
* @param sparkSessionForQuery Isolated [[SparkSession]] to run the continuous query with.
*/
private def runContinuous(sparkSessionForQuery: SparkSession): Unit = {
currentRunId = UUID.randomUUID
// A list of attributes that will need to be updated.
val replacements = new ArrayBuffer[(Attribute, Attribute)]
// Translate from continuous relation to the underlying data source.
Expand Down

0 comments on commit f9b2fd1

Please sign in to comment.