[jira] [Commented] (HAWQ-867) Replace the git-submobule mechanism with git-clone

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15362051#comment-15362051
 ] 

ASF GitHub Bot commented on HAWQ-867:
-

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-hawq/pull/771


> Replace the git-submobule mechanism with git-clone
> --
>
> Key: HAWQ-867
> URL: https://issues.apache.org/jira/browse/HAWQ-867
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Paul Guo
>
> Currently some features/extensions (e.g. pycrytpo, gporca, etc) are embedded 
> into hawq code via the git submodule mechanism which is similar to a link. In 
> hawq git repo, during hawq build, it will download the submodule repos and 
> build those functionality, however if we decide to generate a source tarball 
> which is independent on the git repo, this will be an issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq pull request #771: HAWQ-867. Replace the git-submobule mechan...

2016-07-04 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-hawq/pull/771


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-867) Replace the git-submobule mechanism with git-clone

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15362043#comment-15362043
 ] 

ASF GitHub Bot commented on HAWQ-867:
-

Github user radarwave commented on the issue:

https://github.com/apache/incubator-hawq/pull/771
  
+1


> Replace the git-submobule mechanism with git-clone
> --
>
> Key: HAWQ-867
> URL: https://issues.apache.org/jira/browse/HAWQ-867
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Paul Guo
>
> Currently some features/extensions (e.g. pycrytpo, gporca, etc) are embedded 
> into hawq code via the git submodule mechanism which is similar to a link. In 
> hawq git repo, during hawq build, it will download the submodule repos and 
> build those functionality, however if we decide to generate a source tarball 
> which is independent on the git repo, this will be an issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-867) Replace the git-submobule mechanism with git-clone

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15362045#comment-15362045
 ] 

ASF GitHub Bot commented on HAWQ-867:
-

Github user xunzhang commented on the issue:

https://github.com/apache/incubator-hawq/pull/771
  
+1


> Replace the git-submobule mechanism with git-clone
> --
>
> Key: HAWQ-867
> URL: https://issues.apache.org/jira/browse/HAWQ-867
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Paul Guo
>
> Currently some features/extensions (e.g. pycrytpo, gporca, etc) are embedded 
> into hawq code via the git submodule mechanism which is similar to a link. In 
> hawq git repo, during hawq build, it will download the submodule repos and 
> build those functionality, however if we decide to generate a source tarball 
> which is independent on the git repo, this will be an issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #771: HAWQ-867. Replace the git-submobule mechanism wit...

2016-07-04 Thread xunzhang
Github user xunzhang commented on the issue:

https://github.com/apache/incubator-hawq/pull/771
  
+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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq issue #771: HAWQ-867. Replace the git-submobule mechanism wit...

2016-07-04 Thread radarwave
Github user radarwave commented on the issue:

https://github.com/apache/incubator-hawq/pull/771
  
+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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request #771: HAWQ-867. Replace the git-submobule mechan...

2016-07-04 Thread paul-guo-
GitHub user paul-guo- opened a pull request:

https://github.com/apache/incubator-hawq/pull/771

HAWQ-867. Replace the git-submobule mechanism with git-clone

This is a further code change based on the previous patch for this JIRA.
This patch updates the pgcrypto commit number to the correct one
which we previously used.

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

$ git pull https://github.com/paul-guo-/incubator-hawq snappy

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

https://github.com/apache/incubator-hawq/pull/771.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 #771


commit 17f698289ae9b0a6a33b4eb692504d892e1cb1c1
Author: Paul Guo 
Date:   2016-07-05T05:25:06Z

HAWQ-867. Replace the git-submobule mechanism with git-clone

This is a further code change based on the previous patch for this JIRA.
This patch updates the pgcrypto commit number to the correct one
which we previously used.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-867) Replace the git-submobule mechanism with git-clone

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15362040#comment-15362040
 ] 

ASF GitHub Bot commented on HAWQ-867:
-

GitHub user paul-guo- opened a pull request:

https://github.com/apache/incubator-hawq/pull/771

HAWQ-867. Replace the git-submobule mechanism with git-clone

This is a further code change based on the previous patch for this JIRA.
This patch updates the pgcrypto commit number to the correct one
which we previously used.

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

$ git pull https://github.com/paul-guo-/incubator-hawq snappy

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

https://github.com/apache/incubator-hawq/pull/771.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 #771


commit 17f698289ae9b0a6a33b4eb692504d892e1cb1c1
Author: Paul Guo 
Date:   2016-07-05T05:25:06Z

HAWQ-867. Replace the git-submobule mechanism with git-clone

This is a further code change based on the previous patch for this JIRA.
This patch updates the pgcrypto commit number to the correct one
which we previously used.




> Replace the git-submobule mechanism with git-clone
> --
>
> Key: HAWQ-867
> URL: https://issues.apache.org/jira/browse/HAWQ-867
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Paul Guo
>
> Currently some features/extensions (e.g. pycrytpo, gporca, etc) are embedded 
> into hawq code via the git submodule mechanism which is similar to a link. In 
> hawq git repo, during hawq build, it will download the submodule repos and 
> build those functionality, however if we decide to generate a source tarball 
> which is independent on the git repo, this will be an issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-814) Enhance user-defined function by migrating create_function_1 of UDF from installcheck to new feature test framework

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361990#comment-15361990
 ] 

ASF GitHub Bot commented on HAWQ-814:
-

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-hawq/pull/770


> Enhance user-defined function by migrating create_function_1 of UDF from 
> installcheck to new feature test framework
> ---
>
> Key: HAWQ-814
> URL: https://issues.apache.org/jira/browse/HAWQ-814
> Project: Apache HAWQ
>  Issue Type: Test
>  Components: Tests
>Affects Versions: 2.0.0
>Reporter: Ruilong Huo
>Assignee: Ruilong Huo
>
> Need to migrate create_function_1 test in installcheck-good to new feature 
> test framework.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq pull request #770: HAWQ-814. Enable parallel compilation of s...

2016-07-04 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-hawq/pull/770


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-814) Enhance user-defined function by migrating create_function_1 of UDF from installcheck to new feature test framework

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361987#comment-15361987
 ] 

ASF GitHub Bot commented on HAWQ-814:
-

Github user radarwave commented on the issue:

https://github.com/apache/incubator-hawq/pull/770
  
Looks good to me. +1


> Enhance user-defined function by migrating create_function_1 of UDF from 
> installcheck to new feature test framework
> ---
>
> Key: HAWQ-814
> URL: https://issues.apache.org/jira/browse/HAWQ-814
> Project: Apache HAWQ
>  Issue Type: Test
>  Components: Tests
>Affects Versions: 2.0.0
>Reporter: Ruilong Huo
>Assignee: Ruilong Huo
>
> Need to migrate create_function_1 test in installcheck-good to new feature 
> test framework.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-814) Enhance user-defined function by migrating create_function_1 of UDF from installcheck to new feature test framework

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361983#comment-15361983
 ] 

ASF GitHub Bot commented on HAWQ-814:
-

Github user yaoj2 commented on the issue:

https://github.com/apache/incubator-hawq/pull/770
  
+1


> Enhance user-defined function by migrating create_function_1 of UDF from 
> installcheck to new feature test framework
> ---
>
> Key: HAWQ-814
> URL: https://issues.apache.org/jira/browse/HAWQ-814
> Project: Apache HAWQ
>  Issue Type: Test
>  Components: Tests
>Affects Versions: 2.0.0
>Reporter: Ruilong Huo
>Assignee: Ruilong Huo
>
> Need to migrate create_function_1 test in installcheck-good to new feature 
> test framework.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #770: HAWQ-814. Enable parallel compilation of share li...

2016-07-04 Thread radarwave
Github user radarwave commented on the issue:

https://github.com/apache/incubator-hawq/pull/770
  
Looks good to me. +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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq issue #770: HAWQ-814. Enable parallel compilation of share li...

2016-07-04 Thread yaoj2
Github user yaoj2 commented on the issue:

https://github.com/apache/incubator-hawq/pull/770
  
+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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-814) Enhance user-defined function by migrating create_function_1 of UDF from installcheck to new feature test framework

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361982#comment-15361982
 ] 

ASF GitHub Bot commented on HAWQ-814:
-

GitHub user huor opened a pull request:

https://github.com/apache/incubator-hawq/pull/770

HAWQ-814. Enable parallel compilation of share library and remove 
create_function_1 from installcheck

@xunzhang, @yaoj2, @radarwave, please review

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

$ git pull https://github.com/huor/incubator-hawq huor_function

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

https://github.com/apache/incubator-hawq/pull/770.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 #770


commit 8f32e417e0b58c2c2815b671b188af6f5d72fd5e
Author: Ruilong Huo 
Date:   2016-07-05T04:27:11Z

HAWQ-814. Enable parallel compilation of share library and remove 
create_function_1 from installcheck




> Enhance user-defined function by migrating create_function_1 of UDF from 
> installcheck to new feature test framework
> ---
>
> Key: HAWQ-814
> URL: https://issues.apache.org/jira/browse/HAWQ-814
> Project: Apache HAWQ
>  Issue Type: Test
>  Components: Tests
>Affects Versions: 2.0.0
>Reporter: Ruilong Huo
>Assignee: Ruilong Huo
>
> Need to migrate create_function_1 test in installcheck-good to new feature 
> test framework.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq pull request #770: HAWQ-814. Enable parallel compilation of s...

2016-07-04 Thread huor
GitHub user huor opened a pull request:

https://github.com/apache/incubator-hawq/pull/770

HAWQ-814. Enable parallel compilation of share library and remove 
create_function_1 from installcheck

@xunzhang, @yaoj2, @radarwave, please review

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

$ git pull https://github.com/huor/incubator-hawq huor_function

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

https://github.com/apache/incubator-hawq/pull/770.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 #770


commit 8f32e417e0b58c2c2815b671b188af6f5d72fd5e
Author: Ruilong Huo 
Date:   2016-07-05T04:27:11Z

HAWQ-814. Enable parallel compilation of share library and remove 
create_function_1 from installcheck




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-888) Hack to avoid deleted files being shown in "git status" after building.

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361937#comment-15361937
 ] 

ASF GitHub Bot commented on HAWQ-888:
-

Github user xunzhang commented on the issue:

https://github.com/apache/incubator-hawq/pull/768
  
It works correct, but I do not recommend this implementation. I think 
further discussion needs to be done.


> Hack to avoid deleted files being shown in "git status" after building.
> ---
>
> Key: HAWQ-888
> URL: https://issues.apache.org/jira/browse/HAWQ-888
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Build
>Reporter: Paul Guo
>Assignee: Paul Guo
>
> After building with pgcrypto, plr, orca, the git repos will have the 
> following tracked files. 
> Changes not staged for commit:
>   (use "git add/rm ..." to update what will be committed)
>   (use "git checkout -- ..." to discard changes in working directory)
> deleted:gp-xerces/git_keep_empty_directory.readme
> deleted:gporca/git_keep_empty_directory.readme
> deleted:gpos/git_keep_empty_directory.readme
> deleted:postgres/git_keep_empty_directory.readme
> deleted:../../src/pl/plr/git_keep_empty_directory.readme
> Those files are just to remind developers to not write the directory (git 
> does not save empty directories). This is really annoying. .gitignore does 
> not resolve this issue.
> A simple and elegant solution is:
> git update-index --assume-unchanged 
> however followering error is seen after parallel building, 
> fatal: Unable to create '/data2/github/incubator-hawq/.git/index.lock': File 
> exists.
> If no other git process is currently running, this probably means a
> git process crashed in this repository earlier. Make sure no other git
> process is running and remove the file manually to continue.
> I do not want to waste too much time in digging into git internals, instead,
> I'd try another simple solution:
> -   rm -f git_keep_empty_directory.readme; \
> +   mv -f gporca.git_keep_empty_directory.readme ..; \
> [ ! -d .git ] && git clone $(gporca_git) . && git checkout 
> $(gporca_branch); \
> +   mv -f ../gporca.git_keep_empty_directory.readme .; \



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #768: HAWQ-888. Hack to avoid deleted files being shown...

2016-07-04 Thread xunzhang
Github user xunzhang commented on the issue:

https://github.com/apache/incubator-hawq/pull/768
  
It works correct, but I do not recommend this implementation. I think 
further discussion needs to be done.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Closed] (HAWQ-868) README.md needs to update

2016-07-04 Thread Paul Guo (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Guo closed HAWQ-868.
-
Resolution: Fixed
  Assignee: Paul Guo  (was: Lei Chang)

> README.md needs to update
> -
>
> Key: HAWQ-868
> URL: https://issues.apache.org/jira/browse/HAWQ-868
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Paul Guo
>
> 1. Need to reflect some recent changes (e.g. no quicklz support now).
> 2. Need to provide more information so that users could learn it easier.
> (e.g. dev/user maillist, license, wiki, etc).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (HAWQ-889) Tweak the error output for quicklz table creation.

2016-07-04 Thread Paul Guo (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Guo closed HAWQ-889.
-
Resolution: Fixed
  Assignee: Paul Guo  (was: Lei Chang)

> Tweak the error output for quicklz table creation.
> --
>
> Key: HAWQ-889
> URL: https://issues.apache.org/jira/browse/HAWQ-889
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Paul Guo
>
> This is a tiny bug. Previously "compresstype quicklz is not supported 
> anymore" reported this and we thought this is a big confusing, so decided to 
> remove the word "anymore".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-868) README.md needs to update

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361930#comment-15361930
 ] 

ASF GitHub Bot commented on HAWQ-868:
-

Github user paul-guo- commented on the issue:

https://github.com/apache/incubator-hawq/pull/767
  
Merged.


> README.md needs to update
> -
>
> Key: HAWQ-868
> URL: https://issues.apache.org/jira/browse/HAWQ-868
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Lei Chang
>
> 1. Need to reflect some recent changes (e.g. no quicklz support now).
> 2. Need to provide more information so that users could learn it easier.
> (e.g. dev/user maillist, license, wiki, etc).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-889) Tweak the error output for quicklz table creation.

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361932#comment-15361932
 ] 

ASF GitHub Bot commented on HAWQ-889:
-

Github user paul-guo- closed the pull request at:

https://github.com/apache/incubator-hawq/pull/769


> Tweak the error output for quicklz table creation.
> --
>
> Key: HAWQ-889
> URL: https://issues.apache.org/jira/browse/HAWQ-889
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Lei Chang
>
> This is a tiny bug. Previously "compresstype quicklz is not supported 
> anymore" reported this and we thought this is a big confusing, so decided to 
> remove the word "anymore".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-868) README.md needs to update

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361931#comment-15361931
 ] 

ASF GitHub Bot commented on HAWQ-868:
-

Github user paul-guo- closed the pull request at:

https://github.com/apache/incubator-hawq/pull/767


> README.md needs to update
> -
>
> Key: HAWQ-868
> URL: https://issues.apache.org/jira/browse/HAWQ-868
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Lei Chang
>
> 1. Need to reflect some recent changes (e.g. no quicklz support now).
> 2. Need to provide more information so that users could learn it easier.
> (e.g. dev/user maillist, license, wiki, etc).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-889) Tweak the error output for quicklz table creation.

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361933#comment-15361933
 ] 

ASF GitHub Bot commented on HAWQ-889:
-

Github user paul-guo- commented on the issue:

https://github.com/apache/incubator-hawq/pull/769
  
Merged.


> Tweak the error output for quicklz table creation.
> --
>
> Key: HAWQ-889
> URL: https://issues.apache.org/jira/browse/HAWQ-889
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Lei Chang
>
> This is a tiny bug. Previously "compresstype quicklz is not supported 
> anymore" reported this and we thought this is a big confusing, so decided to 
> remove the word "anymore".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #769: HAWQ-889. Tweak the error output for quicklz tabl...

2016-07-04 Thread paul-guo-
Github user paul-guo- commented on the issue:

https://github.com/apache/incubator-hawq/pull/769
  
Merged.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq issue #767: HAWQ-868. README.md needs to update

2016-07-04 Thread paul-guo-
Github user paul-guo- commented on the issue:

https://github.com/apache/incubator-hawq/pull/767
  
Merged.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-hawq pull request #769: HAWQ-889. Tweak the error output for quick...

2016-07-04 Thread paul-guo-
Github user paul-guo- closed the pull request at:

https://github.com/apache/incubator-hawq/pull/769


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Assigned] (HAWQ-888) Hack to avoid deleted files being shown in "git status" after building.

2016-07-04 Thread Paul Guo (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Guo reassigned HAWQ-888:
-

Assignee: Paul Guo  (was: Lei Chang)

> Hack to avoid deleted files being shown in "git status" after building.
> ---
>
> Key: HAWQ-888
> URL: https://issues.apache.org/jira/browse/HAWQ-888
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Build
>Reporter: Paul Guo
>Assignee: Paul Guo
>
> After building with pgcrypto, plr, orca, the git repos will have the 
> following tracked files. 
> Changes not staged for commit:
>   (use "git add/rm ..." to update what will be committed)
>   (use "git checkout -- ..." to discard changes in working directory)
> deleted:gp-xerces/git_keep_empty_directory.readme
> deleted:gporca/git_keep_empty_directory.readme
> deleted:gpos/git_keep_empty_directory.readme
> deleted:postgres/git_keep_empty_directory.readme
> deleted:../../src/pl/plr/git_keep_empty_directory.readme
> Those files are just to remind developers to not write the directory (git 
> does not save empty directories). This is really annoying. .gitignore does 
> not resolve this issue.
> A simple and elegant solution is:
> git update-index --assume-unchanged 
> however followering error is seen after parallel building, 
> fatal: Unable to create '/data2/github/incubator-hawq/.git/index.lock': File 
> exists.
> If no other git process is currently running, this probably means a
> git process crashed in this repository earlier. Make sure no other git
> process is running and remove the file manually to continue.
> I do not want to waste too much time in digging into git internals, instead,
> I'd try another simple solution:
> -   rm -f git_keep_empty_directory.readme; \
> +   mv -f gporca.git_keep_empty_directory.readme ..; \
> [ ! -d .git ] && git clone $(gporca_git) . && git checkout 
> $(gporca_branch); \
> +   mv -f ../gporca.git_keep_empty_directory.readme .; \



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-889) Tweak the error output for quicklz table creation.

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361909#comment-15361909
 ] 

ASF GitHub Bot commented on HAWQ-889:
-

Github user ictmalili commented on the issue:

https://github.com/apache/incubator-hawq/pull/769
  
LGTM.


> Tweak the error output for quicklz table creation.
> --
>
> Key: HAWQ-889
> URL: https://issues.apache.org/jira/browse/HAWQ-889
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Lei Chang
>
> This is a tiny bug. Previously "compresstype quicklz is not supported 
> anymore" reported this and we thought this is a big confusing, so decided to 
> remove the word "anymore".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #769: HAWQ-889. Tweak the error output for quicklz tabl...

2016-07-04 Thread ztao1987
Github user ztao1987 commented on the issue:

https://github.com/apache/incubator-hawq/pull/769
  
+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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-889) Tweak the error output for quicklz table creation.

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361911#comment-15361911
 ] 

ASF GitHub Bot commented on HAWQ-889:
-

Github user ztao1987 commented on the issue:

https://github.com/apache/incubator-hawq/pull/769
  
+1


> Tweak the error output for quicklz table creation.
> --
>
> Key: HAWQ-889
> URL: https://issues.apache.org/jira/browse/HAWQ-889
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Lei Chang
>
> This is a tiny bug. Previously "compresstype quicklz is not supported 
> anymore" reported this and we thought this is a big confusing, so decided to 
> remove the word "anymore".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #769: HAWQ-889. Tweak the error output for quicklz tabl...

2016-07-04 Thread ictmalili
Github user ictmalili commented on the issue:

https://github.com/apache/incubator-hawq/pull/769
  
LGTM.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-889) Tweak the error output for quicklz table creation.

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361907#comment-15361907
 ] 

ASF GitHub Bot commented on HAWQ-889:
-

GitHub user paul-guo- opened a pull request:

https://github.com/apache/incubator-hawq/pull/769

HAWQ-889. Tweak the error output for quicklz table creation.

A tiny bug.

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

$ git pull https://github.com/paul-guo-/incubator-hawq snappy

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

https://github.com/apache/incubator-hawq/pull/769.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 #769


commit 449f58c60c61f2b1f6d33598b1b9e0ca490045b3
Author: Paul Guo 
Date:   2016-07-05T02:18:19Z

HAWQ-889. Tweak the error output for quicklz table creation.




> Tweak the error output for quicklz table creation.
> --
>
> Key: HAWQ-889
> URL: https://issues.apache.org/jira/browse/HAWQ-889
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Lei Chang
>
> This is a tiny bug. Previously "compresstype quicklz is not supported 
> anymore" reported this and we thought this is a big confusing, so decided to 
> remove the word "anymore".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq pull request #769: HAWQ-889. Tweak the error output for quick...

2016-07-04 Thread paul-guo-
GitHub user paul-guo- opened a pull request:

https://github.com/apache/incubator-hawq/pull/769

HAWQ-889. Tweak the error output for quicklz table creation.

A tiny bug.

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

$ git pull https://github.com/paul-guo-/incubator-hawq snappy

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

https://github.com/apache/incubator-hawq/pull/769.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 #769


commit 449f58c60c61f2b1f6d33598b1b9e0ca490045b3
Author: Paul Guo 
Date:   2016-07-05T02:18:19Z

HAWQ-889. Tweak the error output for quicklz table creation.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (HAWQ-889) Tweak the error output for quicklz table creation.

2016-07-04 Thread Paul Guo (JIRA)
Paul Guo created HAWQ-889:
-

 Summary: Tweak the error output for quicklz table creation.
 Key: HAWQ-889
 URL: https://issues.apache.org/jira/browse/HAWQ-889
 Project: Apache HAWQ
  Issue Type: Bug
Reporter: Paul Guo
Assignee: Lei Chang


This is a tiny bug. Previously "compresstype quicklz is not supported anymore" 
reported this and we thought this is a big confusing, so decided to remove the 
word "anymore".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-868) README.md needs to update

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361901#comment-15361901
 ] 

ASF GitHub Bot commented on HAWQ-868:
-

Github user ztao1987 commented on the issue:

https://github.com/apache/incubator-hawq/pull/767
  
+1


> README.md needs to update
> -
>
> Key: HAWQ-868
> URL: https://issues.apache.org/jira/browse/HAWQ-868
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Lei Chang
>
> 1. Need to reflect some recent changes (e.g. no quicklz support now).
> 2. Need to provide more information so that users could learn it easier.
> (e.g. dev/user maillist, license, wiki, etc).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #767: HAWQ-868. README.md needs to update

2016-07-04 Thread ztao1987
Github user ztao1987 commented on the issue:

https://github.com/apache/incubator-hawq/pull/767
  
+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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-868) README.md needs to update

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361894#comment-15361894
 ] 

ASF GitHub Bot commented on HAWQ-868:
-

Github user ictmalili commented on the issue:

https://github.com/apache/incubator-hawq/pull/767
  
+1


> README.md needs to update
> -
>
> Key: HAWQ-868
> URL: https://issues.apache.org/jira/browse/HAWQ-868
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Lei Chang
>
> 1. Need to reflect some recent changes (e.g. no quicklz support now).
> 2. Need to provide more information so that users could learn it easier.
> (e.g. dev/user maillist, license, wiki, etc).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #767: HAWQ-868. README.md needs to update

2016-07-04 Thread ictmalili
Github user ictmalili commented on the issue:

https://github.com/apache/incubator-hawq/pull/767
  
+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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-888) Hack to avoid deleted files being shown in "git status" after building.

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361132#comment-15361132
 ] 

ASF GitHub Bot commented on HAWQ-888:
-

GitHub user paul-guo- opened a pull request:

https://github.com/apache/incubator-hawq/pull/768

HAWQ-888. Hack to avoid deleted files being shown in "git status" aft…

…er building.

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

$ git pull https://github.com/paul-guo-/incubator-hawq make

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

https://github.com/apache/incubator-hawq/pull/768.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 #768


commit 0e206f294f39d6882a9af4416ac41252502e8268
Author: Paul Guo 
Date:   2016-07-04T09:59:24Z

HAWQ-888. Hack to avoid deleted files being shown in "git status" after 
building.




> Hack to avoid deleted files being shown in "git status" after building.
> ---
>
> Key: HAWQ-888
> URL: https://issues.apache.org/jira/browse/HAWQ-888
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Build
>Reporter: Paul Guo
>Assignee: Lei Chang
>
> After building with pgcrypto, plr, orca, the git repos will have the 
> following tracked files. 
> Changes not staged for commit:
>   (use "git add/rm ..." to update what will be committed)
>   (use "git checkout -- ..." to discard changes in working directory)
> deleted:gp-xerces/git_keep_empty_directory.readme
> deleted:gporca/git_keep_empty_directory.readme
> deleted:gpos/git_keep_empty_directory.readme
> deleted:postgres/git_keep_empty_directory.readme
> deleted:../../src/pl/plr/git_keep_empty_directory.readme
> Those files are just to remind developers to not write the directory (git 
> does not save empty directories). This is really annoying. .gitignore does 
> not resolve this issue.
> A simple and elegant solution is:
> git update-index --assume-unchanged 
> however followering error is seen after parallel building, 
> fatal: Unable to create '/data2/github/incubator-hawq/.git/index.lock': File 
> exists.
> If no other git process is currently running, this probably means a
> git process crashed in this repository earlier. Make sure no other git
> process is running and remove the file manually to continue.
> I do not want to waste too much time in digging into git internals, instead,
> I'd try another simple solution:
> -   rm -f git_keep_empty_directory.readme; \
> +   mv -f gporca.git_keep_empty_directory.readme ..; \
> [ ! -d .git ] && git clone $(gporca_git) . && git checkout 
> $(gporca_branch); \
> +   mv -f ../gporca.git_keep_empty_directory.readme .; \



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq pull request #768: HAWQ-888. Hack to avoid deleted files bein...

2016-07-04 Thread paul-guo-
GitHub user paul-guo- opened a pull request:

https://github.com/apache/incubator-hawq/pull/768

HAWQ-888. Hack to avoid deleted files being shown in "git status" aft…

…er building.

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

$ git pull https://github.com/paul-guo-/incubator-hawq make

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

https://github.com/apache/incubator-hawq/pull/768.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 #768


commit 0e206f294f39d6882a9af4416ac41252502e8268
Author: Paul Guo 
Date:   2016-07-04T09:59:24Z

HAWQ-888. Hack to avoid deleted files being shown in "git status" after 
building.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-868) README.md needs to update

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15361123#comment-15361123
 ] 

ASF GitHub Bot commented on HAWQ-868:
-

GitHub user paul-guo- opened a pull request:

https://github.com/apache/incubator-hawq/pull/767

HAWQ-868. README.md needs to update



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

$ git pull https://github.com/paul-guo-/incubator-hawq readme

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

https://github.com/apache/incubator-hawq/pull/767.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 #767


commit 88704bc22e05aee27e101cfcd48bcce5b3ba8a50
Author: Paul Guo 
Date:   2016-07-04T10:03:24Z

HAWQ-868. README.md needs to update




> README.md needs to update
> -
>
> Key: HAWQ-868
> URL: https://issues.apache.org/jira/browse/HAWQ-868
> Project: Apache HAWQ
>  Issue Type: Bug
>Reporter: Paul Guo
>Assignee: Lei Chang
>
> 1. Need to reflect some recent changes (e.g. no quicklz support now).
> 2. Need to provide more information so that users could learn it easier.
> (e.g. dev/user maillist, license, wiki, etc).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HAWQ-888) Hack to avoid deleted files being shown in "git status" after building.

2016-07-04 Thread Paul Guo (JIRA)
Paul Guo created HAWQ-888:
-

 Summary: Hack to avoid deleted files being shown in "git status" 
after building.
 Key: HAWQ-888
 URL: https://issues.apache.org/jira/browse/HAWQ-888
 Project: Apache HAWQ
  Issue Type: Bug
  Components: Build
Reporter: Paul Guo
Assignee: Lei Chang


After building with pgcrypto, plr, orca, the git repos will have the following 
tracked files. 

Changes not staged for commit:
  (use "git add/rm ..." to update what will be committed)
  (use "git checkout -- ..." to discard changes in working directory)

deleted:gp-xerces/git_keep_empty_directory.readme
deleted:gporca/git_keep_empty_directory.readme
deleted:gpos/git_keep_empty_directory.readme
deleted:postgres/git_keep_empty_directory.readme
deleted:../../src/pl/plr/git_keep_empty_directory.readme

Those files are just to remind developers to not write the directory (git does 
not save empty directories). This is really annoying. .gitignore does not 
resolve this issue.

A simple and elegant solution is:
git update-index --assume-unchanged 
however followering error is seen after parallel building, 
fatal: Unable to create '/data2/github/incubator-hawq/.git/index.lock': File 
exists.
If no other git process is currently running, this probably means a
git process crashed in this repository earlier. Make sure no other git
process is running and remove the file manually to continue.

I do not want to waste too much time in digging into git internals, instead,
I'd try another simple solution:

-   rm -f git_keep_empty_directory.readme; \
+   mv -f gporca.git_keep_empty_directory.readme ..; \
[ ! -d .git ] && git clone $(gporca_git) . && git checkout 
$(gporca_branch); \
+   mv -f ../gporca.git_keep_empty_directory.readme .; \



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HAWQ-814) Enhance user-defined function by migrating create_function_1 of UDF from installcheck to new feature test framework

2016-07-04 Thread Ruilong Huo (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ruilong Huo updated HAWQ-814:
-
Summary: Enhance user-defined function by migrating create_function_1 of 
UDF from installcheck to new feature test framework  (was: Add feature test for 
create_function_1 of user-defined function using new feature test framework)

> Enhance user-defined function by migrating create_function_1 of UDF from 
> installcheck to new feature test framework
> ---
>
> Key: HAWQ-814
> URL: https://issues.apache.org/jira/browse/HAWQ-814
> Project: Apache HAWQ
>  Issue Type: Test
>  Components: Tests
>Affects Versions: 2.0.0
>Reporter: Ruilong Huo
>Assignee: Ruilong Huo
>
> Need to migrate create_function_1 test in installcheck-good to new feature 
> test framework.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq pull request #766: HAWQ-887. Query should be continued when b...

2016-07-04 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-hawq/pull/766


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-887) Query should be continued when bucket number of result hash relation is bigger than the on number of command external table.

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15360949#comment-15360949
 ] 

ASF GitHub Bot commented on HAWQ-887:
-

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-hawq/pull/766


> Query should be continued when bucket number of result hash relation is 
> bigger than the on number of command external table.
> 
>
> Key: HAWQ-887
> URL: https://issues.apache.org/jira/browse/HAWQ-887
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Core
>Reporter: Hubert Zhang
>Assignee: Hubert Zhang
>
> When user create a hash table test with bucket number 6, and a command 
> external table e_test with on number 1, 
> query likes "insert into test select * from e_test" will be refused due to 
> bucket number and on number are not equal.
> This restriction can be relaxed, if bucket number is bigger than on number, 
> the queries should be OK, and no wrong answer will be generated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #766: HAWQ-887. Query should be continued when bucket n...

2016-07-04 Thread yaoj2
Github user yaoj2 commented on the issue:

https://github.com/apache/incubator-hawq/pull/766
  
+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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-887) Query should be continued when bucket number of result hash relation is bigger than the on number of command external table.

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15360934#comment-15360934
 ] 

ASF GitHub Bot commented on HAWQ-887:
-

Github user ztao1987 commented on the issue:

https://github.com/apache/incubator-hawq/pull/766
  
+1


> Query should be continued when bucket number of result hash relation is 
> bigger than the on number of command external table.
> 
>
> Key: HAWQ-887
> URL: https://issues.apache.org/jira/browse/HAWQ-887
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Core
>Reporter: Hubert Zhang
>Assignee: Hubert Zhang
>
> When user create a hash table test with bucket number 6, and a command 
> external table e_test with on number 1, 
> query likes "insert into test select * from e_test" will be refused due to 
> bucket number and on number are not equal.
> This restriction can be relaxed, if bucket number is bigger than on number, 
> the queries should be OK, and no wrong answer will be generated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq issue #766: HAWQ-887. Query should be continued when bucket n...

2016-07-04 Thread ztao1987
Github user ztao1987 commented on the issue:

https://github.com/apache/incubator-hawq/pull/766
  
+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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (HAWQ-887) Query should be continued when bucket number of result hash relation is bigger than the on number of command external table.

2016-07-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15360931#comment-15360931
 ] 

ASF GitHub Bot commented on HAWQ-887:
-

GitHub user zhangh43 opened a pull request:

https://github.com/apache/incubator-hawq/pull/766

HAWQ-887. Query should be continued when bucket number of result hash…

… relation is bigger than the on number of command external table.

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

$ git pull https://github.com/zhangh43/incubator-hawq hawq887

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

https://github.com/apache/incubator-hawq/pull/766.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 #766


commit c66cfbad1361d7d8e249d3e312f95d9566d1bcb3
Author: hzhang2 
Date:   2016-07-04T06:54:51Z

HAWQ-887. Query should be continued when bucket number of result hash 
relation is bigger than the on number of command external table.




> Query should be continued when bucket number of result hash relation is 
> bigger than the on number of command external table.
> 
>
> Key: HAWQ-887
> URL: https://issues.apache.org/jira/browse/HAWQ-887
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Core
>Reporter: Hubert Zhang
>Assignee: Hubert Zhang
>
> When user create a hash table test with bucket number 6, and a command 
> external table e_test with on number 1, 
> query likes "insert into test select * from e_test" will be refused due to 
> bucket number and on number are not equal.
> This restriction can be relaxed, if bucket number is bigger than on number, 
> the queries should be OK, and no wrong answer will be generated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-hawq pull request #766: HAWQ-887. Query should be continued when b...

2016-07-04 Thread zhangh43
GitHub user zhangh43 opened a pull request:

https://github.com/apache/incubator-hawq/pull/766

HAWQ-887. Query should be continued when bucket number of result hash…

… relation is bigger than the on number of command external table.

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

$ git pull https://github.com/zhangh43/incubator-hawq hawq887

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

https://github.com/apache/incubator-hawq/pull/766.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 #766


commit c66cfbad1361d7d8e249d3e312f95d9566d1bcb3
Author: hzhang2 
Date:   2016-07-04T06:54:51Z

HAWQ-887. Query should be continued when bucket number of result hash 
relation is bigger than the on number of command external table.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Assigned] (HAWQ-887) Query should be continued when bucket number of result hash relation is bigger than the on number of command external table.

2016-07-04 Thread Hubert Zhang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HAWQ-887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hubert Zhang reassigned HAWQ-887:
-

Assignee: Hubert Zhang  (was: Lei Chang)

> Query should be continued when bucket number of result hash relation is 
> bigger than the on number of command external table.
> 
>
> Key: HAWQ-887
> URL: https://issues.apache.org/jira/browse/HAWQ-887
> Project: Apache HAWQ
>  Issue Type: Bug
>  Components: Core
>Reporter: Hubert Zhang
>Assignee: Hubert Zhang
>
> When user create a hash table test with bucket number 6, and a command 
> external table e_test with on number 1, 
> query likes "insert into test select * from e_test" will be refused due to 
> bucket number and on number are not equal.
> This restriction can be relaxed, if bucket number is bigger than on number, 
> the queries should be OK, and no wrong answer will be generated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HAWQ-887) Query should be continued when bucket number of result hash relation is bigger than the on number of command external table.

2016-07-04 Thread Hubert Zhang (JIRA)
Hubert Zhang created HAWQ-887:
-

 Summary: Query should be continued when bucket number of result 
hash relation is bigger than the on number of command external table.
 Key: HAWQ-887
 URL: https://issues.apache.org/jira/browse/HAWQ-887
 Project: Apache HAWQ
  Issue Type: Bug
  Components: Core
Reporter: Hubert Zhang
Assignee: Lei Chang


When user create a hash table test with bucket number 6, and a command external 
table e_test with on number 1, 
query likes "insert into test select * from e_test" will be refused due to 
bucket number and on number are not equal.
This restriction can be relaxed, if bucket number is bigger than on number, the 
queries should be OK, and no wrong answer will be generated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)