[jira] [Resolved] (HAWQ-932) HAWQ fails to query external table defined with "localhost" in URL

2016-07-22 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko resolved HAWQ-932. -- Resolution: Fixed > HAWQ fails to query external table defined with "localhost" in URL >

[GitHub] incubator-hawq issue #800: HAWQ-936. Add GUC for array expansion in ORCA opt...

2016-07-22 Thread vraghavan78
Github user vraghavan78 commented on the issue: https://github.com/apache/incubator-hawq/pull/800 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

[GitHub] incubator-hawq issue #799: HAWQ-934. Populate canSetTag of PlannedStmt from ...

2016-07-22 Thread vraghavan78
Github user vraghavan78 commented on the issue: https://github.com/apache/incubator-hawq/pull/799 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

[GitHub] incubator-hawq issue #795: HAWQ-860. Fix ORCA wrong plan when correlated sub...

2016-07-22 Thread vraghavan78
Github user vraghavan78 commented on the issue: https://github.com/apache/incubator-hawq/pull/795 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

[GitHub] incubator-hawq pull request #808: HAWQ-944. Implement new pg_ltoa function a...

2016-07-22 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/808#discussion_r71923516 --- Diff: src/backend/access/external/pxfutils.c --- @@ -39,7 +39,7 @@ bool are_ips_equal(char *ip1, char *ip2) /* override port str with given

[GitHub] incubator-hawq issue #808: HAWQ-944. Implement new pg_ltoa function as per p...

2016-07-22 Thread shivzone
Github user shivzone commented on the issue: https://github.com/apache/incubator-hawq/pull/808 I would prefer if we have a general util function that determines precisely the number of bytes to "stringify" the given data type (int16 or int32) as a character array --- If your

[jira] [Comment Edited] (HAWQ-944) Numutils.c: pg_ltoa and pg_itoa functions allocate unnecessary amount of bytes

2016-07-22 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15389985#comment-15389985 ] Shivram Mani edited comment on HAWQ-944 at 7/22/16 6:22 PM: Yes, it does look

[jira] [Commented] (HAWQ-944) Numutils.c: pg_ltoa and pg_itoa functions allocate unnecessary amount of bytes

2016-07-22 Thread Shivram Mani (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15389985#comment-15389985 ] Shivram Mani commented on HAWQ-944: --- Nice catch on the patch ! > Numutils.c: pg_ltoa and pg_itoa

[jira] [Created] (HAWQ-946) Document which GUCs are not intended for end-user customization

2016-07-22 Thread Severine Tymon (JIRA)
Severine Tymon created HAWQ-946: --- Summary: Document which GUCs are not intended for end-user customization Key: HAWQ-946 URL: https://issues.apache.org/jira/browse/HAWQ-946 Project: Apache HAWQ

[jira] [Updated] (HAWQ-946) Document which GUCs are not intended for end-user customization

2016-07-22 Thread Severine Tymon (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Severine Tymon updated HAWQ-946: Fix Version/s: backlog > Document which GUCs are not intended for end-user customization >

[GitHub] incubator-hawq issue #808: HAWQ-944. Implement new pg_ltoa function as per p...

2016-07-22 Thread kavinderd
Github user kavinderd commented on the issue: https://github.com/apache/incubator-hawq/pull/808 @xunzhang No rush, take your time --- 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 issue #808: HAWQ-944. Implement new pg_ltoa function as per p...

2016-07-22 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/808 @kavinderd I will review this next Monday, sorry for the latency. If it is a hurry, you could at somebody else to review. Thanks! --- If your project is set up for it, you can reply to

[jira] [Closed] (HAWQ-945) catalog:char/varchar test cases fail due to locale settings.

2016-07-22 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo closed HAWQ-945. - Resolution: Fixed > catalog:char/varchar test cases fail due to locale settings. >

[jira] [Commented] (HAWQ-945) catalog:char/varchar test cases fail due to locale settings.

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

[jira] [Commented] (HAWQ-945) catalog:char/varchar test cases fail due to locale settings.

2016-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15389133#comment-15389133 ] ASF GitHub Bot commented on HAWQ-945: - Github user radarwave commented on the issue:

[GitHub] incubator-hawq issue #809: HAWQ-945. catalog:char/varchar test cases fail du...

2016-07-22 Thread radarwave
Github user radarwave commented on the issue: https://github.com/apache/incubator-hawq/pull/809 +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] [Commented] (HAWQ-945) catalog:char/varchar test cases fail due to locale settings.

2016-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15389129#comment-15389129 ] ASF GitHub Bot commented on HAWQ-945: - Github user yaoj2 commented on the issue:

[GitHub] incubator-hawq issue #809: HAWQ-945. catalog:char/varchar test cases fail du...

2016-07-22 Thread yaoj2
Github user yaoj2 commented on the issue: https://github.com/apache/incubator-hawq/pull/809 +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

[jira] [Commented] (HAWQ-945) catalog:char/varchar test cases fail due to locale settings.

2016-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15389125#comment-15389125 ] ASF GitHub Bot commented on HAWQ-945: - GitHub user paul-guo- opened a pull request:

[GitHub] incubator-hawq pull request #809: HAWQ-945. catalog:char/varchar test cases ...

2016-07-22 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/809 HAWQ-945. catalog:char/varchar test cases fail due to locale settings. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Updated] (HAWQ-945) catalog:char/varchar test cases fail due to locale settings.

2016-07-22 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo updated HAWQ-945: -- Fix Version/s: 2.0.1.0-incubating > catalog:char/varchar test cases fail due to locale settings. >

[jira] [Assigned] (HAWQ-945) catalog:char/varchar test cases fail due to locale settings.

2016-07-22 Thread Paul Guo (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Guo reassigned HAWQ-945: - Assignee: Paul Guo (was: Lei Chang) > catalog:char/varchar test cases fail due to locale settings. >

[jira] [Created] (HAWQ-945) catalog:char/varchar test cases fail due to locale settings.

2016-07-22 Thread Paul Guo (JIRA)
Paul Guo created HAWQ-945: - Summary: catalog:char/varchar test cases fail due to locale settings. Key: HAWQ-945 URL: https://issues.apache.org/jira/browse/HAWQ-945 Project: Apache HAWQ Issue Type: