Skip to content

Improving Data Validation Performance, fixes #7589 - #7812

Merged
hansva merged 1 commit into
apache:mainfrom
hansva:7589
Aug 6, 2026
Merged

Improving Data Validation Performance, fixes #7589#7812
hansva merged 1 commit into
apache:mainfrom
hansva:7589

Conversation

@hansva

@hansva hansva commented Aug 6, 2026

Copy link
Copy Markdown
Contributor
  • multiple copies will now work correctly
  • Do not create new regex matcher for each row
  • Option to supress logging (if you dont need the logging turn this on it wil greatly improve performance)
  • move some other things to init so it doesn't run for every row

Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Run mvn clean install apache-rat:check to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • If you have a group of commits related to the same change, please squash your commits into one and force push your branch using git rebase -i.
  • Mention the appropriate issue in your description (for example: addresses #123), if applicable.

To make clear that you license your contribution under the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.

@hansva hansva closed this Aug 6, 2026
@hansva hansva reopened this Aug 6, 2026
@hansva hansva closed this Aug 6, 2026
@hansva hansva reopened this Aug 6, 2026
@hansva
hansva merged commit c4f3296 into apache:main Aug 6, 2026
0 of 4 checks passed
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.

1 participant