Github user fmcquillan99 commented on the issue:
https://github.com/apache/madlib/pull/288
Since we are writing out a summary table, may as well add more info in it.
{code}
A summary table named <out_table>_summary is also created at the same time,
which has the following columns:
source_table TEXT. Source table name.
feature_names TEXT[]. Array of names of features.
total_rows_processed INTEGER. Total numbers of rows processed.
total_rows_skipped INTEGER. Total numbers of rows skipped due
to failures.
{code}
Is this do-able @hpandeycodeit ?
---