eye-gu commented on code in PR #1001: URL: https://github.com/apache/skywalking-banyandb/pull/1001#discussion_r2938487861
########## banyand/measure/topn.go: ########## Review Comment: Thank you for the valuable feedback. I have refactored the code to use Go's generic types for TopNValue and related components. And for float64 encoding, used encoding.Float64ListToDecimalIntList to convert float64 values to int64 before marshaling. Please let me know if you have any further suggestions or concerns. -- 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]
