[GitHub] incubator-hawq issue #1292: HAWQ-1532. recognize timezone 'CST' correctly in...

2017-11-30 Thread radarwave
Github user radarwave commented on the issue: https://github.com/apache/incubator-hawq/pull/1292 Thanks @kuien . I will test your PR in my environment since you are seeing some environment issues in HAWQ-1558. ---

[jira] [Commented] (HAWQ-1558) feature-test result is not environment independent

2017-11-30 Thread Xiang Sheng (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16272468#comment-16272468 ] Xiang Sheng commented on HAWQ-1558: --- [~kuien] You should run feature test use this shell by designed.

[GitHub] incubator-hawq issue #1292: HAWQ-1532. recognize timezone 'CST' correctly in...

2017-11-30 Thread kuien
Github user kuien commented on the issue: https://github.com/apache/incubator-hawq/pull/1292 @xunzhang @radarwave @linwen please have a look, now this PR is not naked with tests on, LOL Besides, I find the ```./feature-test ``` has a small issue and I record it in

[GitHub] incubator-hawq issue #1292: HAWQ-1532. recognize timezone 'CST' correctly in...

2017-11-30 Thread kuien
Github user kuien commented on the issue: https://github.com/apache/incubator-hawq/pull/1292 I force to update the commit message body, because the commit id from PG upstream is not correct, should be: > > commit 5b89473d870dc2a9fec0926c5afccf53042dbb0a > Author: Tom

[jira] [Created] (HAWQ-1558) feature-test result is not environment independent

2017-11-30 Thread Kuien Liu (JIRA)
Kuien Liu created HAWQ-1558: --- Summary: feature-test result is not environment independent Key: HAWQ-1558 URL: https://issues.apache.org/jira/browse/HAWQ-1558 Project: Apache HAWQ Issue Type: Bug

[jira] [Updated] (HAWQ-1558) feature-test result is not environment independent

2017-11-30 Thread Kuien Liu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuien Liu updated HAWQ-1558: Description: When I run ./feature-test with seperate test, for example, 1. {{ ./feature-test

[jira] [Updated] (HAWQ-1558) feature-test result is not environment independent

2017-11-30 Thread Kuien Liu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuien Liu updated HAWQ-1558: Description: When I run ./feature-test with seperate test, for example, 1. {{./feature-test

[jira] [Commented] (HAWQ-127) Create CI projects for HAWQ releases

2017-11-30 Thread Kuien Liu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16272462#comment-16272462 ] Kuien Liu commented on HAWQ-127: Looking for much more abundant tests, CI/UT is not enough, we'd better

[GitHub] incubator-hawq pull request #1317: HAWQ-1559 - Fix travis ci build failure d...

2017-11-30 Thread outofmem0ry
GitHub user outofmem0ry opened a pull request: https://github.com/apache/incubator-hawq/pull/1317 HAWQ-1559 - Fix travis ci build failure due to missing apr package You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-hawq issue #1315: HAWQ-1556. enable ALTER SCHEMA RENAME/OWNER

2017-11-30 Thread outofmem0ry
Github user outofmem0ry commented on the issue: https://github.com/apache/incubator-hawq/pull/1315 @kuien yes, you are right this is not relevant to the PR. Please see https://issues.apache.org/jira/browse/HAWQ-1559, just created it. Also, initiated a discussion on mailing thread.

[jira] [Created] (HAWQ-1559) Travis CI failing for hawq after travis ci default image upgraded xcode to 8.3

2017-11-30 Thread Shubham Sharma (JIRA)
Shubham Sharma created HAWQ-1559: Summary: Travis CI failing for hawq after travis ci default image upgraded xcode to 8.3 Key: HAWQ-1559 URL: https://issues.apache.org/jira/browse/HAWQ-1559 Project:

[GitHub] incubator-hawq issue #1317: HAWQ-1559 - Fix travis ci build failure due to m...

2017-11-30 Thread radarwave
Github user radarwave commented on the issue: https://github.com/apache/incubator-hawq/pull/1317 LGTM +1 ---

[GitHub] incubator-hawq pull request #1317: HAWQ-1559 - Fix travis ci build failure d...

2017-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hawq/pull/1317 ---

[jira] [Commented] (HAWQ-1548) Ambiguous message while logging hawq utilization

2017-11-30 Thread Yi Jin (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16273862#comment-16273862 ] Yi Jin commented on HAWQ-1548: -- [~outofmemory] [~wlin] Thanks Shubham and Wen. > Ambiguous message while

[GitHub] incubator-hawq issue #1292: HAWQ-1532. recognize timezone 'CST' correctly in...

2017-11-30 Thread radarwave
Github user radarwave commented on the issue: https://github.com/apache/incubator-hawq/pull/1292 @kuien This PR passed all the tests in my environment. +1 ---

[GitHub] incubator-hawq issue #1314: HAWQ-1555. Add access interfaces for protocol an...

2017-11-30 Thread jiny2
Github user jiny2 commented on the issue: https://github.com/apache/incubator-hawq/pull/1314 +1 I think it makes sense to have partial facility code checked in for simplifying the following code merge and delivery work. Therefore, per my understanding, it is not necessary

[GitHub] incubator-hawq pull request #1314: HAWQ-1555. Add access interfaces for prot...

2017-11-30 Thread stanlyxiang
Github user stanlyxiang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1314#discussion_r154280568 --- Diff: src/backend/access/external/plugstorage.c --- @@ -0,0 +1,533 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] incubator-hawq pull request #1314: HAWQ-1555. Add access interfaces for prot...

2017-11-30 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1314#discussion_r154278905 --- Diff: src/backend/access/external/Makefile --- @@ -26,7 +26,7 @@ subdir = src/backend/access/external top_builddir = ../../../.. include

[GitHub] incubator-hawq pull request #1314: HAWQ-1555. Add access interfaces for prot...

2017-11-30 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1314#discussion_r154279848 --- Diff: src/backend/access/external/plugstorage.c --- @@ -0,0 +1,533 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq issue #1314: HAWQ-1555. Add access interfaces for protocol an...

2017-11-30 Thread stanlyxiang
Github user stanlyxiang commented on the issue: https://github.com/apache/incubator-hawq/pull/1314 +1 ---

[GitHub] incubator-hawq pull request #1314: HAWQ-1555. Add access interfaces for prot...

2017-11-30 Thread jiny2
Github user jiny2 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1314#discussion_r154278719 --- Diff: src/include/access/plugstorage.h --- @@ -0,0 +1,221 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or