-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
MINOR: Move from Date to LocalDate for thread safe operations #18679
MINOR: Move from Date to LocalDate for thread safe operations #18679
Conversation
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
1 similar comment
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
* fix: move from Date to LocalDate for thread safe operations * style: ran java linting * fix: invalid range in test case (cherry picked from commit 91de99a)
* fix: move from Date to LocalDate for thread safe operations * style: ran java linting * fix: invalid range in test case (cherry picked from commit 91de99a)
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
* fix: move from Date to LocalDate for thread safe operations * style: ran java linting * fix: invalid range in test case
Describe your changes:
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>
Bug fix