We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7a090 commit af8a580Copy full SHA for af8a580
1 file changed
tests/test_sample.py
@@ -11,6 +11,7 @@ def test1(self):
11
# All attributes and methods of SparkSession are also available on RumbleSession.
12
13
rumble = RumbleSession.builder.getOrCreate();
14
+ rumble.getRumbleConf().setResultSizeCap(100);
15
16
# Just to improve readability when invoking Spark methods
17
# (such as spark.sql() or spark.createDataFrame()).
0 commit comments