-
Notifications
You must be signed in to change notification settings - Fork 210
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
Added support for 'epoch_micro' in date processor #4098
Conversation
Signed-off-by: Utkarsh Agarwal <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
Looks good overall. Can you also update DateProcessorTests
class to include tests for epoch_micro?
Okay Sure, will do that. |
Signed-off-by: Utkarsh Agarwal <[email protected]>
Hello @oeyh, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks!
Hello @oeyh! When you are going to make a release with this feature? |
@serveder02 , This feature will be available in Data Prepper 2.7.0. The recent 2.6.2 release has bug fixes and security improvements only. |
Description
Added support for
epoch_micro
in date processorIssues Resolved
Resolves #4076
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.