You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by GitBox <gi...@apache.org> on 2019/04/09 20:58:49 UTC

[GitHub] [madlib] khannaekta commented on a change in pull request #365: DL: Add new columns in fit output summary table.

khannaekta commented on a change in pull request #365: DL: Add new columns in fit output summary table.
URL: https://github.com/apache/madlib/pull/365#discussion_r273699774
 
 

 ##########
 File path: src/ports/postgres/modules/utilities/validate_args.py_in
 ##########
 @@ -365,6 +365,24 @@ def get_cols_and_types(tbl):
     return list(zip(col_names, col_types))
 # -------------------------------------------------------------------------
 
+def get_col_value_and_type(table_name, column_name):
 
 Review comment:
   We could extend this function to handle multiple column_names in addition to a single column_name.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services