Skip to content

Commit 45364be

Browse files
committed
Add in shuffle context for decoding
1 parent 6ff8c7c commit 45364be

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
@@ -67,7 +67,7 @@ pub(crate) fn execution_plan_from_pyany(
6767
))
6868
})?;
6969

70-
let codec = DefaultPhysicalExtensionCodec {};
70+
let codec = ShuffleCodec {};
7171
let runtime = RuntimeEnv::default();
7272
let registry = SessionContext::new();
7373
plan_node

0 commit comments

Comments
 (0)