Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: v0.2beta
-
Fix Version/s: v0.2.1beta
-
Component/s: Design
-
DB Port:Greenplum
Description
Make a list of problematic UDFs: driver UDFs returning output set.
Possible solutions:
- create one function for each problematic UDF which takes another argument for output table and runs the old UDF in a cursor,
- make just one extra wrapper UDF, say: madlib.run_to_table( 'logistic_regression(...)', 'some_schema.some_table') which will do the same thing as option #1 but with dynamic SQL
Issue Links
- relates to
-
MADLIB-363
Kmeans: "source relation does not exist or can not be accessed " when creating table as select from kmeans
-
-
MADLIB-265
Implement a workaround for INSERT INTO on Greenplum in the same way as the existing CTAS workaround
-
I vote for option #2, using a memorable name. What about "create_table_as()"?