-
Notifications
You must be signed in to change notification settings - Fork 96
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
Implement TimeFormatExtractionFunction #611
Conversation
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.
Let's use groovy console and use jackson object mapper to serialize one of this thing, so that we know the serialization is correct.
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.
+1 to Gary's request for actual serialization testing. Otherwise good to go.
Thanks @michael-mclawhorn and @garyluoex . I've added the tests in |
Enable
TimeFormatExtractionFunction
in Fili so that API users could interact with Druid usingTimeFormatExtractionFunction
through Fili.