[GitHub] madlib issue #288: Jira:1239: Converts features from multiple columns into a...

2018-07-10 Thread asfgit
Github user asfgit commented on the issue:

https://github.com/apache/madlib/pull/288
  

Refer to this link for build results (access rights to CI server needed): 
https://builds.apache.org/job/madlib-pr-build/539/



---


[GitHub] madlib issue #288: Jira:1239: Converts features from multiple columns into a...

2018-07-08 Thread asfgit
Github user asfgit commented on the issue:

https://github.com/apache/madlib/pull/288
  

Refer to this link for build results (access rights to CI server needed): 
https://builds.apache.org/job/madlib-pr-build/537/



---


[GitHub] madlib issue #288: Jira:1239: Converts features from multiple columns into a...

2018-07-06 Thread asfgit
Github user asfgit commented on the issue:

https://github.com/apache/madlib/pull/288
  

Refer to this link for build results (access rights to CI server needed): 
https://builds.apache.org/job/madlib-pr-build/536/



---


[GitHub] madlib issue #288: Jira:1239: Converts features from multiple columns into a...

2018-07-06 Thread fmcquillan99
Github user fmcquillan99 commented on the issue:

https://github.com/apache/madlib/pull/288
  
update my comment above to remove the rows processed and skipped.



---


[GitHub] madlib issue #288: Jira:1239: Converts features from multiple columns into a...

2018-07-06 Thread hpandeycodeit
Github user hpandeycodeit commented on the issue:

https://github.com/apache/madlib/pull/288
  
@fmcquillan99 , 

What is total_rows_processed and total_rows_skipped ? Can you provide more 
details on these? 


---


[GitHub] madlib issue #288: Jira:1239: Converts features from multiple columns into a...

2018-07-06 Thread fmcquillan99
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 _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_processedINTEGER. Total numbers of rows processed.
total_rows_skippedINTEGER.  Total numbers of rows skipped due 
to failures.
{code}

Is this do-able @hpandeycodeit ?



---


[GitHub] madlib issue #288: Jira:1239: Converts features from multiple columns into a...

2018-07-03 Thread asfgit
Github user asfgit commented on the issue:

https://github.com/apache/madlib/pull/288
  

Refer to this link for build results (access rights to CI server needed): 
https://builds.apache.org/job/madlib-pr-build/535/



---