Skip to content

Commit 7a5e09a

Browse files
committed
nit
1 parent 1f71563 commit 7a5e09a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/StreamingAggregationStateManagerSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package org.apache.spark.sql.execution.streaming.state
2020
import org.apache.spark.sql.catalyst.expressions.{Attribute, SpecificInternalRow, UnsafeProjection, UnsafeRow}
2121
import org.apache.spark.sql.catalyst.expressions.codegen.GenerateUnsafeProjection
2222
import org.apache.spark.sql.streaming.StreamTest
23-
import org.apache.spark.sql.types.{IntegerType, StringType, StructField, StructType}
23+
import org.apache.spark.sql.types.{IntegerType, StructField, StructType}
2424

2525
class StreamingAggregationStateManagerSuite extends StreamTest {
2626
// ============================ fields and method for test data ============================

0 commit comments

Comments
 (0)