You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by orhankislal <gi...@git.apache.org> on 2018/10/03 06:12:52 UTC

[GitHub] madlib pull request #329: Release/prep 1.15.1

GitHub user orhankislal opened a pull request:

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

    Release/prep 1.15.1

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/madlib/madlib release/prep-1.15.1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/madlib/pull/329.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #329
    
----
commit d12a18bea42e914e0f7e4d550317537ce58daca3
Author: Orhan Kislal <ok...@...>
Date:   2018-09-28T07:21:40Z

    Build: Change version to 1.15.1

commit 8fb4f162a409e0ecdbd4b80b8ce3ff1bd050b90c
Author: Orhan Kislal <ok...@...>
Date:   2018-09-28T10:30:30Z

    Update RELEASE_NOTES

commit 6a8a3395761cae401b5b4b5bfc36259cc14db648
Author: Orhan Kislal <ok...@...>
Date:   2018-09-28T13:33:37Z

    Add 1.15.1 changelist and fix upgrade util.
    
    Upgrade was failing when functions without any arguments were added to
    the changelist. This commit fixes the issue by setting the argument list
    to empty string.

----


---

[GitHub] madlib issue #329: Release/prep 1.15.1

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

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



---

[GitHub] madlib issue #329: Release/prep 1.15.1

Posted by fmcquillan99 <gi...@git.apache.org>.
Github user fmcquillan99 commented on the issue:

    https://github.com/apache/madlib/pull/329
  
    Comments on release notes:
    
    (1)
    MADLIB-1171 does not apply to AO tables, maybe a typo in this release note:
    "Build: Disable AppendOnly if available (MADLIB-1171, MADLIB-1273).""
    
    (2) 
    Missing from release notes:
    
    MADLIB-1278	RPM: Upgrade does not work from 1.15 to 1.15.1
    https://issues.apache.org/jira/browse/MADLIB-1278
    
    MADLIB-1262	Error for elastic net when the group column contains no-numeric char
    https://issues.apache.org/jira/browse/MADLIB-1262
    
    MADLIB-1279	Missing node for graph in-out degrees
    https://issues.apache.org/jira/browse/MADLIB-1279
    
    (3)
    This one is marked for 1.15.1 but I don't think it got fixed?
    Marginal Regression summary tables are lost after the end of session.
    https://issues.apache.org/jira/browse/MADLIB-1276


---

[GitHub] madlib issue #329: Release/prep 1.15.1

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit commented on the issue:

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



---

[GitHub] madlib pull request #329: Release/prep 1.15.1

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] madlib issue #329: Release/prep 1.15.1

Posted by orhankislal <gi...@git.apache.org>.
Github user orhankislal commented on the issue:

    https://github.com/apache/madlib/pull/329
  
    Thanks for the comments. @fmcquillan99 Regarding MADLIB-1171. The following commit about AO tables references this JIRA even though they are not related https://github.com/madlib/madlib/commit/3db98babe3326fb5e2cd16d0639a2bef264f4b04. It is very strange because the JIRA activity does not show that commit but it has no trouble catching the mention your comment. 


---