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:
[email protected]


With regards,
Apache Git Services

Reply via email to