This repository was archived by the owner on Jan 31, 2025. It is now read-only.
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
Add JobConfig.attachFileContent #1897
Open
Description
Sometimes we have the content to attach to a Jet job in RAM. We should support attaching a literal string or a byte array as file content instead of being forced to dump it to a temp file.
If we do this, then also mapUsingPython
should gain this ability, by adding PythonServiceConfig.setHandlerFileContent
.