Restore support for "accept single value as array" in config?
Open
- Dominant language
- Scala
- Stars
- 128
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
In looking at the diff in #39, I noticed that `DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY` was set to `true`, but, after #31 was merged, this effectively became `false`. This behavior wasn't documented or tested, but could be restored if desired. (I assume it was intended to be used with the `labels` field.)
Contributor guide
Research direction
Review the diffs in #39 and #31, then trace the configuration path for the `labels` field and the `DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY` setting. Done means the intended single-value behavior is decided, restored if accepted, and covered by documentation and tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100