Skip to content

Commit 9ce27c9

Browse files
committed
trailing spaces
1 parent 24fa19d commit 9ce27c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_types.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -327,15 +327,15 @@ def test_decimal_min_and_max_values(self):
327327

328328
testdata_defn.build().createOrReplaceTempView("testdata")
329329

330-
df2 = spark.sql("""select min(code1) as min1, max(code1) as max1,
331-
min(code2) as min2,
330+
df2 = spark.sql("""select min(code1) as min1, max(code1) as max1,
331+
min(code2) as min2,
332332
max(code2) as max2 ,
333-
min(code3) as min3,
333+
min(code3) as min3,
334334
max(code3) as max3,
335-
min(code4) as min4,
335+
min(code4) as min4,
336336
max(code4) as max4,
337-
min(code5) as min5,
338-
max(code5) as max5
337+
min(code5) as min5,
338+
max(code5) as max5
339339
from testdata group by group1 """)
340340

341341
results = df2.collect()[0]

0 commit comments

Comments
 (0)