-
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
Use all available segment metadata for fili-generic-example #445
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.
This looks good. Have you tested in locally?
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.
Minor
@@ -34,14 +37,14 @@ | |||
* | |||
* @return a list of names of metrics for the current datasource. |
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.
comment out of date.
@@ -34,14 +37,14 @@ | |||
* | |||
* @return a list of names of metrics for the current datasource. | |||
*/ | |||
List<String> getMetrics(); | |||
Set<String> getMetrics(); | |||
|
|||
/** | |||
* Gets the names of all the dimensions for the current datasource. | |||
* | |||
* @return a list of names of dimensions for the current datasource. |
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.
same
- The fili-generic-example was previously only using the first segment but it may as well use all - This also provides these segments to the MetadataService
31158bf
to
b6c2916
Compare
fili-generic-example
was previously only using the first segment in the response from Druid but it may as well use all of themAddresses #428