Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rm spurious changes
  • Loading branch information
jose-torres committed Feb 9, 2018
commit a33a35ccbae7350519a3faf8d5d3d6f35692feb3
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,6 @@ abstract class StreamExecution(

object StreamExecution {
val QUERY_ID_KEY = "sql.streaming.queryId"
val BATCH_ID_KEY = "sql.streaming.batchId"
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,6 @@ class ForeachSinkSuite extends StreamTest with SharedSQLContext with BeforeAndAf
}
}



/** A global object to collect events in the executor */
object ForeachSinkSuite {

Expand Down