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)