Orhan Kislal created MADLIB-1411:
------------------------------------

             Summary: Graph/wcc fails if the user specifies a schema for the 
output table
                 Key: MADLIB-1411
                 URL: https://issues.apache.org/jira/browse/MADLIB-1411
             Project: Apache MADlib
          Issue Type: Bug
          Components: Module: Graph
            Reporter: Orhan Kislal
             Fix For: v1.17


Weakly connected components fail with the following query

select madlib.weakly_connected_components(
'a.vertex',
'id',
'a.edge',
'src=src,dest=dest',
'a.wcc'
);

with the following error:

ERROR: plpy.SPIError: syntax error at or near "."(Where Traceback (most recent 
call last):

PL/Python function "weakly_connected_components", line 21, in <module>

return wcc.wcc(**globals())

PL/Python function "weakly_connected_components", line 296, in wcc

PL/Python function "weakly_connected_components"; Position 87; qALTER TABLE 
_madlib_temp_newupdate18934479_1579437424_56662348_ RENAME TO a.wcc; File 
plpython.c; Line 5038; Routine PLy_elog; )

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to