Skip to content

Commit 774ffb9

Browse files
committed
chore: cleanup
Signed-off-by: Ion Koutsouris <[email protected]>
1 parent 2117620 commit 774ffb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/kernel/scalars.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl ScalarExt for Scalar {
121121
if self.is_null() {
122122
return NULL_PARTITION_VALUE_DATA_PATH.to_string();
123123
}
124-
encode_partition_value(self.serialize().as_str()).to_string()
124+
encode_partition_value(self.serialize().as_str())
125125
}
126126

127127
/// Create a [`Scalar`] from a row in an arrow array.

0 commit comments

Comments
 (0)