Skip to content

Commit 3d67f87

Browse files
author
Robert Kruszewski
committed
checkstyle
1 parent 51a2d0d commit 3d67f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveWindowFunctionQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ class HiveWindowFunctionQuerySuite extends HiveComparisonTest with BeforeAndAfte
610610
|window w1 as (distribute by p_mfgr sort by p_name rows between 2 preceding and 2 following),
611611
| w2 as (partition by p_mfgr order by p_name)
612612
""".stripMargin, reset = false)
613-
*/
613+
*/
614614

615615
/* p_name is not a numeric column. What is Hive's semantic?
616616
createQueryTest("windowing.q -- 31. testWindowCrossReference",

0 commit comments

Comments
 (0)