This is an automated email from the ASF dual-hosted git repository.
viirya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 136f27f99 Remove left over debugging statement (#2944)
136f27f99 is described below
commit 136f27f99bfebce9aef4cf4da0caa544f61172d8
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue Jul 19 17:01:22 2022 -0400
Remove left over debugging statement (#2944)
---
datafusion/common/src/scalar.rs | 2 --
1 file changed, 2 deletions(-)
diff --git a/datafusion/common/src/scalar.rs b/datafusion/common/src/scalar.rs
index 633a887e2..c2b0e875b 100644
--- a/datafusion/common/src/scalar.rs
+++ b/datafusion/common/src/scalar.rs
@@ -1531,8 +1531,6 @@ impl ScalarValue {
None => values_array.data_type().try_into(),
}?;
- println!("AAL creating dictionary scalar with value {:?}",
value);
-
Self::Dictionary(key_type.clone(), Box::new(value))
}
DataType::Struct(fields) => {