Skip to content

Commit 17a4cd1

Browse files
committed
fixup! Add HeapSize for Stats
1 parent 695a738 commit 17a4cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/heap_size.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use std::collections::HashMap;
2929
use std::fmt::Debug;
3030
use std::sync::Arc;
3131
/// Since HeapSize is private in arrow-rs this code is taken over
32-
/// from https://github.com/apache/arrow-rs/blob/main/parquet/src/file/metadata/memory.rs
32+
/// from <https://github.com/apache/arrow-rs/blob/main/parquet/src/file/metadata/memory.rs>
3333
/// and extended to provide heap size estimation for Statistics. This needs to be cleaned
3434
/// up and replaced once the HeapSize is publicly available from arrow-rs.
3535
///

0 commit comments

Comments
 (0)