PL/Container crashed when covert R vector/array to text[]
HaozhouWang opened this issue · 1 comments
HaozhouWang commented
Function:
create or replace function test_vta() returns text[] as
$$
# container: plc_r_shared
array(1:10,c(2,5))
$$
language plcontainer;
Output:
select test_vta();
ERROR: plcontainer: Error receiving data from the client. Maybe retry later. (plcontainer.c:336)
CONTEXT: PLContainer function "test_vta"