Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed Feb 9, 2016
1 parent 144adbb commit 5c3c690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import org.scalatest.time.SpanSugar._

import org.apache.spark.SparkException
import org.apache.spark.sql.{ContinuousQuery, Dataset, StreamTest}
import org.apache.spark.sql.execution.streaming.{StreamingRelation, MemorySink, MemoryStream, StreamExecution}
import org.apache.spark.sql.execution.streaming.{MemorySink, MemoryStream, StreamExecution, StreamingRelation}
import org.apache.spark.sql.test.SharedSQLContext

class ContinuousQueryManagerSuite extends StreamTest with SharedSQLContext with BeforeAndAfter {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package org.apache.spark.sql.streaming.test

import org.scalatest.BeforeAndAfter

import org.apache.spark.sql.{ContinuousQuery, AnalysisException, SQLContext, StreamTest}
import org.apache.spark.sql.{AnalysisException, ContinuousQuery, SQLContext, StreamTest}
import org.apache.spark.sql.execution.streaming.{Batch, Offset, Sink, Source}
import org.apache.spark.sql.sources.{StreamSinkProvider, StreamSourceProvider}
import org.apache.spark.sql.test.SharedSQLContext
Expand Down

0 comments on commit 5c3c690

Please sign in to comment.