Skip to content

Commit e6a4059

Browse files
committed
Add in shuffle context for decoding
1 parent ce81c2f commit e6a4059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub(crate) fn execution_plan_from_pyany(
6565
))
6666
})?;
6767

68-
let codec = DefaultPhysicalExtensionCodec {};
68+
let codec = ShuffleCodec {};
6969
let runtime = RuntimeEnv::default();
7070
let registry = SessionContext::new();
7171
plan_node

0 commit comments

Comments
 (0)