PL/Container crashed when covert R matrix to text[]
HaozhouWang opened this issue · 2 comments
HaozhouWang commented
Function:
create or replace function test_mta() returns text[] as
$$
# container: plc_r_shared
as.matrix(array(1:10,c(2,5)))
$$ language plcontainer;
Output:
select test_mta();
ERROR: plcontainer: Error receiving data from the client. Maybe retry later. (plcontainer.c:336)
CONTEXT: PLContainer function "test_mta"
cf-gitbot commented
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
ljtlrh commented
有可能是运行时内存不足