new suggestions are defined in a separate sequence Rules.NUMERICAL while original + numerical are available as Rules.EXTENDED so users already using Rules.DEFAULT will not see changes to their suggestions while making it easy to onboard into new suggestions
TODO:
[ ] add suggestion tests
[ ] split ruleSuggestionTest (>1.1K lines ATM)
[ ] add e2e suggest / run rules example
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available:
Added suggestion rules for numerical columns:
Rules.NUMERICAL
while original + numerical are available asRules.EXTENDED
so users already usingRules.DEFAULT
will not see changes to their suggestions while making it easy to onboard into new suggestionsTODO:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.