Skip to content

Commit

Permalink
add todo message
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Sep 20, 2024
1 parent a3e0b61 commit 22c7726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/src/fdw/wasm_fdw/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl From<&HostCell> for GuestCell {
Self::Timestamptz(v.into_inner() + 946_684_800_000_000)
}
HostCell::Json(v) => Self::Json(v.0.to_string()),
_ => todo!(),
_ => todo!("Add array type support for Wasm FDW"),
}
}
}
Expand Down

0 comments on commit 22c7726

Please sign in to comment.