Skip to content

Commit 362c8c7

Browse files
committed
u
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 0ca42b1 commit 362c8c7

File tree

1 file changed

+1
-1
lines changed
  • vortex-array/src/arrays/expr/vtable

1 file changed

+1
-1
lines changed

vortex-array/src/arrays/expr/vtable/array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ impl ArrayVTable<ExprVTable> for ExprVTable {
3232
.expr
3333
.serialize_metadata()
3434
.unwrap_or(None)
35-
.unwrap_or(vec![])
35+
.unwrap_or_default()
3636
.hash(state)
3737
// Note: Expression doesn't implement Hash, so we skip it
3838
// This is acceptable since expressions are typically transient

0 commit comments

Comments
 (0)