Skip to content

Commit af8a580

Browse files
author
Ghislain Fourny
committed
Fix test.
1 parent ee7a090 commit af8a580

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_sample.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def test1(self):
1111
# All attributes and methods of SparkSession are also available on RumbleSession.
1212

1313
rumble = RumbleSession.builder.getOrCreate();
14+
rumble.getRumbleConf().setResultSizeCap(100);
1415

1516
# Just to improve readability when invoking Spark methods
1617
# (such as spark.sql() or spark.createDataFrame()).

0 commit comments

Comments
 (0)