fix: remove internal reference from code comment

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
cong.xie
2026-02-18 12:59:25 -05:00
parent df04c7d8f1
commit cf760fd5b6

View File

@@ -223,7 +223,7 @@ impl PercentilesCollector {
}
/// Encode the underlying DDSketch to Java-compatible binary format
/// for cross-language serialization with event-query.
/// for cross-language serialization with Java consumers.
pub fn to_sketch_bytes(&self) -> Vec<u8> {
self.sketch.to_java_bytes()
}