Skip to content

Commit 26d6034

Browse files
CaptainSameSameer Sharma
and
Sameer Sharma
authored
MLCOMPUTE-1209 | allow 0 in spark.driver.maxResultSize (#3937)
Co-authored-by: Sameer Sharma <[email protected]>
1 parent 6cd4367 commit 26d6034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

paasta_tools/cli/schemas/tron_schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,10 @@
424424
"pattern": "^[1-9]+[0-9]*[kmgt]$"
425425
},
426426
{
427+
"$comment": "The value 0 can be used to specify unlimited max result size.",
427428
"type": "number",
428429
"minimum": 0,
429-
"exclusiveMinimum": true
430+
"exclusiveMinimum": false
430431
}
431432
]
432433
},

0 commit comments

Comments
 (0)