Skip to content

Commit 6a4c53d

Browse files
author
Anselme Vignon
committed
style corrections
1 parent 52f73fc commit 6a4c53d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/parquet/parquetSuites.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ import org.apache.spark.sql.hive.test.TestHive._
3030
// The data where the partitioning key exists only in the directory structure.
3131
case class ParquetData(intField: Int, stringField: String)
3232
// The data that also includes the partitioning key
33-
case class ParquetDataWithKey(p:Int, intField: Int, stringField: String)
34-
case class StructContainer(intStructField :Int, stringStructField: String)
33+
case class ParquetDataWithKey(p: Int, intField: Int, stringField: String)
34+
case class StructContainer(intStructField: Int, stringStructField: String)
3535

3636
case class ParquetDataWithComplexTypes(
3737
intField: Int,
@@ -87,7 +87,7 @@ class ParquetMetastoreSuite extends ParquetTest {
8787
(
8888
intField INT,
8989
stringField STRING,
90-
structField STRUCT<intStructField :INT, stringStructField :STRING>,
90+
structField STRUCT<intStructField: INT, stringStructField: STRING>,
9191
arrayField ARRAY<INT>
9292
)
9393
PARTITIONED BY (p int)
@@ -103,7 +103,7 @@ class ParquetMetastoreSuite extends ParquetTest {
103103
(
104104
intField INT,
105105
stringField STRING,
106-
structField STRUCT<intStructField :INT, stringStructField :STRING>,
106+
structField STRUCT<intStructField: INT, stringStructField: STRING>,
107107
arrayField ARRAY<INT>
108108
)
109109
PARTITIONED BY (p int)

0 commit comments

Comments
 (0)