[GitHub] incubator-hawq issue #921: HAWQ-1064. Additional work related to paramiko re...

2016-09-20 Thread radarwave
Github user radarwave commented on the issue: https://github.com/apache/incubator-hawq/pull/921 BTW, could you help to delete pramiko in .travis.yml. This can save a little time to get travis result. Thanks. --- If your project is set up for it, you can reply to this email

[GitHub] incubator-hawq pull request #921: HAWQ-1064. Additional work related to para...

2016-09-20 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/921#discussion_r79763445 --- Diff: tools/bin/lib/.gitignore --- @@ -2,7 +2,3 @@ netperf netserver stream Crypto --- End diff -- +1. Good catch

[GitHub] incubator-hawq issue #922: HAWQ-1065. Document ppport.h license exception.

2016-09-20 Thread radarwave
Github user radarwave commented on the issue: https://github.com/apache/incubator-hawq/pull/922 LGTM +1 --- 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

[GitHub] incubator-hawq issue #921: HAWQ-1064. Additional work related to paramiko re...

2016-09-20 Thread radarwave
Github user radarwave commented on the issue: https://github.com/apache/incubator-hawq/pull/921 Thanks for fix it. LGTM +1 --- 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

[GitHub] incubator-hawq pull request #921: HAWQ-1064. Additional work related to para...

2016-09-20 Thread edespino
Github user edespino commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/921#discussion_r79760929 --- Diff: tools/bin/lib/.gitignore --- @@ -2,7 +2,3 @@ netperf netserver stream Crypto --- End diff -- The

[GitHub] incubator-hawq issue #918: HAWQ-1062. Remove ASF incompatible Perl JSON modu...

2016-09-20 Thread edespino
Github user edespino commented on the issue: https://github.com/apache/incubator-hawq/pull/918 You are correct Hong. I will also be updating it to fix the travis based builds. -=e On Tue, Sep 20, 2016 at 4:48 AM, Hong Wu wrote:

[GitHub] incubator-hawq pull request #923: HAWQ-1044. Add some error path test cases ...

2016-09-20 Thread wcl14
GitHub user wcl14 opened a pull request: https://github.com/apache/incubator-hawq/pull/923 HAWQ-1044. Add some error path test cases for hawq register (TestUsag… …e2Case1ErrorEncoding, TestUsage2Case1Bucket0, TestUsage2Case1IncludeDirectory) You can merge this pull request

[GitHub] incubator-hawq pull request #912: HAWQ-1044. Remove duplicated testcases for...

2016-09-20 Thread wcl14
Github user wcl14 closed the pull request at: https://github.com/apache/incubator-hawq/pull/912 --- 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

[jira] [Commented] (HAWQ-1055) Fractional part is being dropped for decimal/numeric column with no modifiers in HiveORC profile

2016-09-20 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15508496#comment-15508496 ] Shivram Mani commented on HAWQ-1055: The following table shows how Hive decimal fields will be handled

[jira] [Commented] (HAWQ-1055) Fractional part is being dropped for decimal/numeric column with no modifiers in HiveORC profile

2016-09-20 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15508500#comment-15508500 ] Shivram Mani commented on HAWQ-1055: If HAWQ doesn't define precision,scale info for the column, we

[jira] [Issue Comment Deleted] (HAWQ-1055) Fractional part is being dropped for decimal/numeric column with no modifiers in HiveORC profile

2016-09-20 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivram Mani updated HAWQ-1055: --- Comment: was deleted (was: The following table shows how Hive decimal fields will be handled in HAWQ:

[GitHub] incubator-hawq issue #896: [#126526845] Port recent changes from gpdb for ha...

2016-09-20 Thread hsyuan
Github user hsyuan commented on the issue: https://github.com/apache/incubator-hawq/pull/896 It is not a simple move. It is kind of rewrite sql into cpp test classes. Since this PR is just porting, we can do it in later changes. @liming01 Can you merge this in? --- If

[GitHub] incubator-hawq pull request #921: HAWQ-1064. Additional work related to para...

2016-09-20 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/921#discussion_r79745254 --- Diff: tools/bin/lib/.gitignore --- @@ -2,7 +2,3 @@ netperf netserver stream Crypto --- End diff -- We seem to be

[jira] [Resolved] (HAWQ-1052) Select from PXF/ORC table fails for boolean datatype

2016-09-20 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko resolved HAWQ-1052. --- Resolution: Fixed > Select from PXF/ORC table fails for boolean datatype >

[GitHub] incubator-hawq pull request #915: HAWQ-1052. Fixed extraction logic for bool...

2016-09-20 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/915#discussion_r79740844 --- Diff: src/backend/access/external/pxfheaders.c --- @@ -66,8 +66,13 @@ void build_http_header(PxfInputData *input) if (proj_info != NULL

[GitHub] incubator-hawq pull request #915: HAWQ-1052. Fixed extraction logic for bool...

2016-09-20 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/915#discussion_r79740591 --- Diff: src/backend/access/external/pxfheaders.c --- @@ -66,8 +66,13 @@ void build_http_header(PxfInputData *input) if (proj_info !=

[GitHub] incubator-hawq issue #915: HAWQ-1052. Fixed extraction logic for boolean dat...

2016-09-20 Thread kavinderd
Github user kavinderd commented on the issue: https://github.com/apache/incubator-hawq/pull/915 Aside from my confusion with my comment, +1 --- 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

[GitHub] incubator-hawq pull request #915: HAWQ-1052. Fixed extraction logic for bool...

2016-09-20 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/915#discussion_r79740167 --- Diff: src/backend/access/external/pxfheaders.c --- @@ -66,8 +66,13 @@ void build_http_header(PxfInputData *input) if (proj_info != NULL

[jira] [Assigned] (HAWQ-1054) Real/float4 rounding issues for HiveORC profile

2016-09-20 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko reassigned HAWQ-1054: - Assignee: Oleksandr Diachenko (was: Goden Yao) > Real/float4 rounding issues for

[jira] [Commented] (HAWQ-1056) "hawq check" help output and documentation updates needed

2016-09-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15508041#comment-15508041 ] ASF GitHub Bot commented on HAWQ-1056: -- Github user asfgit closed the pull request at:

[jira] [Commented] (HAWQ-1065) Declare PL/Perl's ppport.h source file to be an Artistic License exception.

2016-09-20 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15507794#comment-15507794 ] Ed Espino commented on HAWQ-1065: - PR has been submitted: https://github.com/apache/incubator-hawq/pull/922

[GitHub] incubator-hawq pull request #922: HAWQ-1065. Document ppport.h license excep...

2016-09-20 Thread edespino
GitHub user edespino opened a pull request: https://github.com/apache/incubator-hawq/pull/922 HAWQ-1065. Document ppport.h license exception. * Declare PL/Perl's src/pl/plperl/ppport.h source file to be an Perl Artistic License exception. You can merge this pull request into

[jira] [Assigned] (HAWQ-1065) Declare PL/Perl's ppport.h source file to be an Artistic License exception.

2016-09-20 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Espino reassigned HAWQ-1065: --- Assignee: Ed Espino (was: Lei Chang) > Declare PL/Perl's ppport.h source file to be an Artistic

[jira] [Created] (HAWQ-1065) Declare PL/Perl's ppport.h source file to be an Artistic License exception.

2016-09-20 Thread Ed Espino (JIRA)
Ed Espino created HAWQ-1065: --- Summary: Declare PL/Perl's ppport.h source file to be an Artistic License exception. Key: HAWQ-1065 URL: https://issues.apache.org/jira/browse/HAWQ-1065 Project: Apache HAWQ

[jira] [Commented] (HAWQ-1064) Add LICENSE updates for pexpect-4.2 & ptyprocess-0.5.1

2016-09-20 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15507686#comment-15507686 ] Ed Espino commented on HAWQ-1064: - PR has been created: https://github.com/apache/incubator-hawq/pull/921

[GitHub] incubator-hawq pull request #921: HAWQ-1064. Additional work related to para...

2016-09-20 Thread edespino
GitHub user edespino opened a pull request: https://github.com/apache/incubator-hawq/pull/921 HAWQ-1064. Additional work related to paramiko removal. The python module paramiko was replaced with pexpect-4.2 & ptyprocess-0.5.1. The following additional changes are needed:

[jira] [Updated] (HAWQ-1064) Add LICENSE updates for pexpect-4.2 & ptyprocess-0.5.1

2016-09-20 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Espino updated HAWQ-1064: Fix Version/s: (was: 2.0.0.0-incubating) 2.0.1.0-incubating > Add LICENSE updates for

[jira] [Assigned] (HAWQ-1064) Add LICENSE updates for pexpect-4.2 & ptyprocess-0.5.1

2016-09-20 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Espino reassigned HAWQ-1064: --- Assignee: Ed Espino (was: Lei Chang) > Add LICENSE updates for pexpect-4.2 & ptyprocess-0.5.1 >

[jira] [Updated] (HAWQ-1064) Add LICENSE updates for pexpect-4.2 & ptyprocess-0.5.1

2016-09-20 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Espino updated HAWQ-1064: Fix Version/s: 2.0.0.0-incubating > Add LICENSE updates for pexpect-4.2 & ptyprocess-0.5.1 >

[jira] [Created] (HAWQ-1064) Add LICENSE updates for pexpect-4.2 & ptyprocess-0.5.1

2016-09-20 Thread Ed Espino (JIRA)
Ed Espino created HAWQ-1064: --- Summary: Add LICENSE updates for pexpect-4.2 & ptyprocess-0.5.1 Key: HAWQ-1064 URL: https://issues.apache.org/jira/browse/HAWQ-1064 Project: Apache HAWQ Issue Type:

[jira] [Commented] (HAWQ-1055) Fractional part is being dropped for decimal/numeric column with no modifiers in HiveORC profile

2016-09-20 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15507301#comment-15507301 ] Shivram Mani commented on HAWQ-1055: The following table shows how Hive decimal fields will be handled

[jira] [Issue Comment Deleted] (HAWQ-1055) Fractional part is being dropped for decimal/numeric column with no modifiers in HiveORC profile

2016-09-20 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivram Mani updated HAWQ-1055: --- Comment: was deleted (was: If there are no modifier information (precision,scale) specified for the

[jira] [Assigned] (HAWQ-1055) Fractional part is being dropped for decimal/numeric column with no modifiers in HiveORC profile

2016-09-20 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shivram Mani reassigned HAWQ-1055: -- Assignee: Shivram Mani (was: Goden Yao) > Fractional part is being dropped for decimal/numeric

[GitHub] incubator-hawq pull request #920: HAWQ-1063 - HAWQ Python library missing im...

2016-09-20 Thread kdunn926
GitHub user kdunn926 opened a pull request: https://github.com/apache/incubator-hawq/pull/920 HAWQ-1063 - HAWQ Python library missing import. Fixing missing import for DatabaseError exception. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (HAWQ-1063) HAWQ Python library missing import

2016-09-20 Thread Kyle R Dunn (JIRA)
Kyle R Dunn created HAWQ-1063: - Summary: HAWQ Python library missing import Key: HAWQ-1063 URL: https://issues.apache.org/jira/browse/HAWQ-1063 Project: Apache HAWQ Issue Type: Bug

[GitHub] incubator-hawq issue #918: HAWQ-1062. Remove ASF incompatible Perl JSON modu...

2016-09-20 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/918 Hi @edespino , I checked out the Travis Failure from https://s3.amazonaws.com/archive.travis-ci.org/jobs/161283621/log.txt. I think you should also modify lines around

[GitHub] incubator-hawq pull request #919: HAWQ-1061. Add check_sizes_valid for all m...

2016-09-20 Thread xunzhang
Github user xunzhang closed the pull request at: https://github.com/apache/incubator-hawq/pull/919 --- 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

[GitHub] incubator-hawq issue #919: HAWQ-1061. Add check_sizes_valid for all mode of ...

2016-09-20 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/919 Merged into master. --- 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

[jira] [Updated] (HAWQ-1024) Rollback if hawq register failed in process

2016-09-20 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongwu updated HAWQ-1024: - Description: Register multiple files need to be rollback when there is some error before done. It’s better to

[jira] [Reopened] (HAWQ-1024) Rollback if hawq register failed in process

2016-09-20 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongwu reopened HAWQ-1024: -- > Rollback if hawq register failed in process > --- > > Key:

[GitHub] incubator-hawq issue #919: HAWQ-1061. Add check_sizes_valid for all mode of ...

2016-09-20 Thread ictmalili
Github user ictmalili commented on the issue: https://github.com/apache/incubator-hawq/pull/919 +1 --- 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

[jira] [Resolved] (HAWQ-1062) Remove ASF Category X incompatible JSON Perl Module (Artistic license)

2016-09-20 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Espino resolved HAWQ-1062. - Resolution: Fixed This has been merged to the master and 2.0.0.0-incubator release branch. > Remove ASF

[GitHub] incubator-hawq pull request #919: HAWQ-1061. Add check_sizes_valid for all m...

2016-09-20 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/919#discussion_r79574274 --- Diff: tools/bin/hawqregister --- @@ -397,6 +397,14 @@ class HawqRegister(object): logger.info('%s is not a file in hdfs,

[GitHub] incubator-hawq issue #919: HAWQ-1061. Add check_sizes_valid for all mode of ...

2016-09-20 Thread stanlyxiang
Github user stanlyxiang commented on the issue: https://github.com/apache/incubator-hawq/pull/919 +1 --- 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

[GitHub] incubator-hawq pull request #918: HAWQ-1062. Remove ASF incompatible Perl JS...

2016-09-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hawq/pull/918 --- 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

[GitHub] incubator-hawq issue #919: HAWQ-1061. Add check_sizes_valid for all mode of ...

2016-09-20 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/919 also cc @stanlyxiang --- 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

[GitHub] incubator-hawq issue #919: HAWQ-1061. Add check_sizes_valid for all mode of ...

2016-09-20 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/919 cc @ictmalili @linwen --- 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

[GitHub] incubator-hawq issue #918: HAWQ-1062. Remove ASF incompatible Perl JSON modu...

2016-09-20 Thread edespino
Github user edespino commented on the issue: https://github.com/apache/incubator-hawq/pull/918 @xunzhang - This is building the 2.0.0.0-incubating branch and this is known to not pass. The changes do not impact the build process. @paul-guo- - I have added a section *Running

[GitHub] incubator-hawq pull request #919: HAWQ-1061. Add check_sizes_valid for all m...

2016-09-20 Thread xunzhang
GitHub user xunzhang opened a pull request: https://github.com/apache/incubator-hawq/pull/919 HAWQ-1061. Add check_sizes_valid for all mode of hawq register. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-hawq issue #918: HAWQ-1062. Remove ASF incompatible Perl JSON modu...

2016-09-20 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/918 @edespino Cool, I missed the help info, that is enough. Seems Travis-CI failed, does this change affect building process? --- If your project is set up for it, you can reply to this email

[GitHub] incubator-hawq issue #918: HAWQ-1062. Remove ASF incompatible Perl JSON modu...

2016-09-20 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/918 I think we could add more details on wiki to save dev's time although dev do not call these perl script often. ed, you have had the successful experience so you can share on that page.

[GitHub] incubator-hawq issue #918: HAWQ-1062. Remove ASF incompatible Perl JSON modu...

2016-09-20 Thread edespino
Github user edespino commented on the issue: https://github.com/apache/incubator-hawq/pull/918 @xunzhang - I feel the error message received when using the tools is sufficient enough. It informs the user the require JSON package is not installed and where to get it from

[GitHub] incubator-hawq issue #918: HAWQ-1062. Remove ASF incompatible Perl JSON modu...

2016-09-20 Thread linwen
Github user linwen commented on the issue: https://github.com/apache/incubator-hawq/pull/918 LGTM! +1 --- 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

[GitHub] incubator-hawq issue #918: HAWQ-1062. Remove ASF incompatible Perl JSON modu...

2016-09-20 Thread huor
Github user huor commented on the issue: https://github.com/apache/incubator-hawq/pull/918 Good to have this fix. +1 --- 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

[GitHub] incubator-hawq issue #911: HAWQ-1061. Fix data loss when file locations incl...

2016-09-20 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/911 Merged into master, thanks. --- 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

[GitHub] incubator-hawq pull request #911: HAWQ-1061. Fix data loss when file locatio...

2016-09-20 Thread xunzhang
Github user xunzhang closed the pull request at: https://github.com/apache/incubator-hawq/pull/911 --- 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

[GitHub] incubator-hawq issue #911: HAWQ-1061. Fix data loss when file locations incl...

2016-09-20 Thread ictmalili
Github user ictmalili commented on the issue: https://github.com/apache/incubator-hawq/pull/911 LGTM. +1 --- 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,

[jira] [Commented] (HAWQ-1062) Remove ASF Category X incompatible JSON Perl Module (Artistic license)

2016-09-20 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15505934#comment-15505934 ] Ed Espino commented on HAWQ-1062: - PR #918 (https://github.com/apache/incubator-hawq/pull/918) has been

[jira] [Assigned] (HAWQ-1062) Remove ASF Category X incompatible JSON Perl Module (Artistic license)

2016-09-20 Thread Ed Espino (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Espino reassigned HAWQ-1062: --- Assignee: Ed Espino (was: Lei Chang) > Remove ASF Category X incompatible JSON Perl Module (Artistic

[GitHub] incubator-hawq pull request #918: HAWQ-1062. Remove ASF incompatible Perl JS...

2016-09-20 Thread edespino
GitHub user edespino opened a pull request: https://github.com/apache/incubator-hawq/pull/918 HAWQ-1062. Remove ASF incompatible Perl JSON module * Remove JSON Perl Module (Artistic license) module (files and directory) from source tree. The user wanting to run these Perl

[jira] [Created] (HAWQ-1062) Remove ASF Category X incompatible JSON Perl Module (Artistic license)

2016-09-20 Thread Ed Espino (JIRA)
Ed Espino created HAWQ-1062: --- Summary: Remove ASF Category X incompatible JSON Perl Module (Artistic license) Key: HAWQ-1062 URL: https://issues.apache.org/jira/browse/HAWQ-1062 Project: Apache HAWQ

[GitHub] incubator-hawq issue #917: HAWQ-1035. Add ddl of partition table for hawq re...

2016-09-20 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/917 +1 --- 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