Closed bowenliang123 closed 1 month ago
Should we limit uploaded file size in writeToTempFile
?
Should we limit uploaded file size in
writeToTempFile
?
Maybe no. The writeToTempFile
method handles an unbounded stream with no predefined or known byte size. The file size is checked afterwards for varying purpose.
Should we limit uploaded file size in
writeToTempFile
?Maybe no. The
writeToTempFile
method handles an unbounded stream with no predefined or known byte size. The file size is checked afterwards for varying purpose.
I see, thank you.
Attention: Patch coverage is 0%
with 20 lines
in your changes missing coverage. Please review.
Project coverage is 0.00%. Comparing base (
e663cc3
) to head (5c409c4
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:mag: Description
Issue References ๐
This pull request fixes #
Describe Your Solution ๐ง
Check the uploaded resource files when creating batch via REST API
kyuubi.batch.resource.file.max.size
for resource file's max size in byteskyuubi.batch.extra.resource.file.max.size
for each extra resource file's max size in bytesTypes of changes :bookmark:
Test Plan ๐งช
Behavior Without This Pull Request :coffin:
Behavior With This Pull Request :tada:
Related Unit Tests
Checklist ๐
Be nice. Be informative.