Property types can be improved
Open
enhancement
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 487
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 13
Description
Property types used for properties are often too vague, and could be more specific to allow for stricter property validation. Properties of a certain type are validated by PropertyType.isValidFormat, but, for example, many properties are defined as a PropertyType.STRING which is always valid.
See https://github.com/apache/accumulo/pull/5348#discussion_r1970656024 discussion thread for more context
Contributor guide
Assessment
This issue has not been assessed yet.