Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make #MATCHES_IN_GROUP work with a number #2434

Open
wants to merge 10 commits into
base: integration
Choose a base branch
from

Conversation

lbschanno
Copy link
Collaborator

@lbschanno lbschanno commented Jun 25, 2024

Enable regex matching for functions in GroupingRequiredFilteredFunctions. Increase test coverage. Verify numeric regex matching works. Update existing unit tests in anticipating of merging in datawave-type-utils/pull/11 which makes changes to how numeric regexes are normalized.

Fixes #2400

NOTE: This PR is dependent on the work in NationalSecurityAgency/datawave-type-utils#11 and should not be merged in before that. (completed, type-utils updated to version 3.0.1)

Enable regex matching for functions in
GroupingRequiredFilteredFunctions. Increase test coverage. Verify
numeric regex matching works. Update existing unit tests in anticipating
of merging in datawave-type-utils/pull/11 which makes changes to how
numeric regexes are normalized.

Fixes #2400
@@ -20,6 +21,8 @@
import java.util.stream.Stream;
import java.util.stream.StreamSupport;

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can revert the changes to this class entirely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MATCHES_IN_GROUP should work with a number
3 participants