apache / apache/gravitino

[Improvement] Add var-length arguments in job template

Open
#9,857 2 comments 0 reactions 1 assignee Claimed by @echonesis View on GitHub
improvement
Dominant language
Java
Stars
3.2k
Forks
935
Avg merge
1d 17h
Merged PRs (30d)
339

Description

### What would you like to be improved?

Current job template argument only supports fixed-length arguments. For example, if the argument list is `--foo bar --foo1 bar1` and if `--foo1` doesn't have a value, we can only use an empty string for `--foo1`, which is inconvenient.

It would be better that we can support var-length arguments, so users can support `-foo bar` and `-foo bar --foo1 bar1`.

### How should we improve?

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.