Skip to content

Commit 831435b

Browse files
committed
wip
1 parent 23bea07 commit 831435b

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

vortex-array/src/stats/stats_set.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ impl StatsSet {
116116
self.get(stat).map(|v| {
117117
v.map(|v| {
118118
T::try_from(&Scalar::new(dtype.clone(), v)).unwrap_or_else(|err| {
119-
println!(
120-
"Failed to get stat {stat} as {} - {err}",
121-
std::any::type_name::<T>()
122-
);
123119
vortex_panic!(
124120
err,
125121
"Failed to get stat {} as {}",

vortex-datafusion/src/persistent/format.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,6 @@ impl FileFormat for VortexFormat {
293293
acc.zip(stats_set).map(|(acc, stats_set)| acc + stats_set)
294294
});
295295

296-
println!("Found total byte size: {:?}", total_byte_size);
297-
298296
// Sum up the total byte size across all the columns.
299297
let total_byte_size = total_byte_size.to_df();
300298

0 commit comments

Comments
 (0)