You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by nk...@apache.org on 2021/01/12 00:01:40 UTC

[madlib] branch master updated: regress: Update linear regression docs

This is an automated email from the ASF dual-hosted git repository.

nkak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git


The following commit(s) were added to refs/heads/master by this push:
     new 740b172  regress: Update linear regression docs
740b172 is described below

commit 740b172f1cb981176a232b87baa131547ca3fdf1
Author: Nikhil Kak <nk...@vmware.com>
AuthorDate: Mon Jan 11 15:37:15 2021 -0800

    regress: Update linear regression docs
    
    JIRA: MADLIB-1460
    
    As part of commit b0991965f7d4007d47902afcf7b319a78d766613 , we updated
    num_rows_processed column to be of type BIGINT.  This commit makes the
    doc changes for that code change
    
    Authored-by: Ekta Khanna <ek...@vmware.com>
---
 src/ports/postgres/modules/regress/linear.sql_in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ports/postgres/modules/regress/linear.sql_in b/src/ports/postgres/modules/regress/linear.sql_in
index afc14d5..f767862 100644
--- a/src/ports/postgres/modules/regress/linear.sql_in
+++ b/src/ports/postgres/modules/regress/linear.sql_in
@@ -104,7 +104,7 @@ linregr_train( source_table,
   </tr>
   <tr>
   <th>num_rows_processed</th>
-  <td>INTEGER. The number of rows that are actually used in each group.</td>
+  <td>BIGINT. The number of rows that are actually used in each group.</td>
   </tr>
   <tr>
   <th>num_missing_rows_skipped</th>