GitHub user orhankislal opened a pull request:

    https://github.com/apache/incubator-madlib/pull/11

    Summary: Don't filter columns by name comparison

    JIRA: MADLIB-954
    
    - Columns were being filtered by comparing all column names with the
      provided target names in Python. This led to issues when names were
      not quoted properly. This is now fixed by moving the compare to SQL.
    - Output table was being incorrectly dropped.
    - Minor PEP8 errors have been fixed.

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

    $ git pull https://github.com/orhankislal/incubator-madlib 
bugfix/summary_column_name

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

    https://github.com/apache/incubator-madlib/pull/11.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 #11
    
----
commit e73065475fcdd417ed43350630d4aabe13d19943
Author: Orhan Kislal <[email protected]>
Date:   2016-01-13T23:10:33Z

    Summary: Don't filter columns by name comparison
    
    JIRA: MADLIB-954
    
    - Columns were being filtered by comparing all column names with the
      provided target names in Python. This led to issues when names were
      not quoted properly. This is now fixed by moving the compare to SQL.
    - Output table was being incorrectly dropped.
    - Minor PEP8 errors have been fixed.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to