Frank McQuillan created MADLIB-1483: ---------------------------------------
Summary: DL: Improve error message when user qualifies the custom function table with a schema Key: MADLIB-1483 URL: https://issues.apache.org/jira/browse/MADLIB-1483 Project: Apache MADlib Issue Type: Bug Components: Deep Learning Reporter: Frank McQuillan Fix For: v1.19.0 Currently if the user qualifies the custom function table name with a schema, it fails with the error {code} ERROR: plpy.Error: Incorrect table name (madlib."madlib.custom_function_table") provided! Table name should be of the form: <schema name>.<table name> (plpy_elog.c:121) {code} Although we mention in our user docs that that custom function table should not be schema qualified, we should still improve this error message since the user did pass in the table in the form of <schema name>.<table name>. -- This message was sent by Atlassian Jira (v8.3.4#803005)