Skip to content

Commit 2ff9b84

Browse files
committed
fix formatting
1 parent 4feb4b9 commit 2ff9b84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/tests/test_dataframe.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,12 +1613,15 @@ def test_repartition(df):
16131613
def test_repartition_by_hash(df):
16141614
df.repartition_by_hash(column("a"), num=2)
16151615

1616+
16161617
def test_repartition_by_hash_sql_expression(df):
16171618
df.repartition_by_hash("a", num=2)
16181619

1620+
16191621
def test_repartition_by_hash_mix(df):
16201622
df.repartition_by_hash(column("a"), "b", num=2)
16211623

1624+
16221625
def test_intersect():
16231626
ctx = SessionContext()
16241627

0 commit comments

Comments
 (0)