You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@madlib.apache.org by "Frank McQuillan (Jira)" <ji...@apache.org> on 2021/03/24 23:02:00 UTC

[jira] [Created] (MADLIB-1479) DL: load_top_k_accuracy_function hangs

Frank McQuillan created MADLIB-1479:
---------------------------------------

             Summary: DL: load_top_k_accuracy_function hangs
                 Key: MADLIB-1479
                 URL: https://issues.apache.org/jira/browse/MADLIB-1479
             Project: Apache MADlib
          Issue Type: Bug
          Components: Deep Learning
            Reporter: Frank McQuillan
             Fix For: v1.19.0


Calling load_top_k_accuracy_function after a failure just hangs

Repro

{code}
-- success query
SELECT madlib.load_top_k_accuracy_function('custom_function_table',
                                           3);

-- calling again fails as expected
SELECT madlib.load_top_k_accuracy_function('custom_function_table',
                                           3);

-- query that hangs
SELECT madlib.load_top_k_accuracy_function('custom_function_table',
                                           3);
{code}



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