gerbermichi commented on code in PR #30593:
URL: https://github.com/apache/superset/pull/30593#discussion_r1800488743
##########
superset-frontend/src/setup/setupFormatters.ts:
##########
@@ -78,6 +79,7 @@ export default function setupFormatters(
'DURATION_SUB',
createDurationFormatter({ formatSubMilliseconds: true }),
)
+ .registerValue('TIME_DURATION', createTimeDurationFormatter())
Review Comment:
Thank you. This does not the same, it will format it in yy:dd:hh:mm:ss and I
would like to create a formatter for hh:mm. However, I can add both,
DURATION_COL and DURATION_COL_SHORT. What are your thoughts?
--
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]