greenplum-db/plcontainer

PL/Container crashed when covert R vector/array to text[]

HaozhouWang opened this issue · 1 comments

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"

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.