Skip to content

Commit 517f31f

Browse files
committed
style
1 parent 4939ed8 commit 517f31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ class HiveQuerySuite extends HiveComparisonTest with BeforeAndAfter {
429429
|'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe' FROM src;
430430
""".stripMargin.replaceAll(System.lineSeparator(), " "))
431431

432-
//TODO: Only support serde which compatible with TextRecordReader at the moment.
432+
// TODO: Only support serde which compatible with TextRecordReader at the moment.
433433
ignore("transform with SerDe2") {
434434

435435
sql("CREATE TABLE small_src(key INT, value STRING)")

0 commit comments

Comments
 (0)