LakshSingla commented on code in PR #15607:
URL: https://github.com/apache/druid/pull/15607#discussion_r1446978998
##########
web-console/src/druid-models/metric-spec/metric-spec.tsx:
##########
@@ -129,6 +139,14 @@ export const METRIC_SPEC_FIELDS: Field<MetricSpec>[] = [
'longMax',
'doubleMax',
'floatMax',
+ 'longFirst',
+ 'longLast',
+ 'doubleFirst',
+ 'doubleLast',
+ 'floatFirst',
+ 'floatLast',
+ 'stringFirst',
+ 'stringLast',
Review Comment:
Perhaps this change isn't required. `KNOWN_TYPES` already contains the
first/last aggregations.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]