We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2117620 commit 774ffb9Copy full SHA for 774ffb9
crates/core/src/kernel/scalars.rs
@@ -121,7 +121,7 @@ impl ScalarExt for Scalar {
121
if self.is_null() {
122
return NULL_PARTITION_VALUE_DATA_PATH.to_string();
123
}
124
- encode_partition_value(self.serialize().as_str()).to_string()
+ encode_partition_value(self.serialize().as_str())
125
126
127
/// Create a [`Scalar`] from a row in an arrow array.
0 commit comments