[GitHub] incubator-hawq issue #860: HAWQ-1020. Fix bugs to let feature tests TestComm...

2016-08-24 Thread paul-guo-
Github user paul-guo- commented on the issue: https://github.com/apache/incubator-hawq/pull/860 +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 th

[GitHub] incubator-hawq pull request #857: HAWQ-1013. Move HAWQ Ambari plugin to Apac...

2016-08-24 Thread mithmatt
Github user mithmatt commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/857#discussion_r76187867 --- Diff: contrib/hawq-ambari-plugin/build.properties --- @@ -0,0 +1,8 @@ +hawq.release.version=2.0.1 +hawq.common.services.version=2.0.0

[GitHub] incubator-hawq pull request #860: HAWQ-1020. Fix bugs to let feature tests T...

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

[GitHub] incubator-hawq issue #860: HAWQ-1020. Fix bugs to let feature tests TestComm...

2016-08-24 Thread huor
Github user huor commented on the issue: https://github.com/apache/incubator-hawq/pull/860 +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 fea

[GitHub] incubator-hawq pull request #857: HAWQ-1013. Move HAWQ Ambari plugin to Apac...

2016-08-24 Thread mithmatt
Github user mithmatt commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/857#discussion_r76186961 --- Diff: contrib/hawq-ambari-plugin/README.md --- @@ -0,0 +1,97 @@ +# HAWQ Ambari Plugin + +hawq-ambari-plugin helps users install HAWQ a

[GitHub] incubator-hawq pull request #857: HAWQ-1013. Move HAWQ Ambari plugin to Apac...

2016-08-24 Thread mithmatt
Github user mithmatt commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/857#discussion_r76186913 --- Diff: contrib/hawq-ambari-plugin/src/main/resources/utils/add-hawq.py --- @@ -0,0 +1,498 @@ +#!/usr/bin/env python + +""" +Licens

[GitHub] incubator-hawq pull request #857: HAWQ-1013. Move HAWQ Ambari plugin to Apac...

2016-08-24 Thread mithmatt
Github user mithmatt commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/857#discussion_r76186755 --- Diff: contrib/hawq-ambari-plugin/pom.xml --- @@ -0,0 +1,125 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/

[GitHub] incubator-hawq pull request #860: HAWQ-1020. Fix bugs to let feature tests T...

2016-08-24 Thread huor
Github user huor commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/860#discussion_r76186124 --- Diff: src/test/feature/testlib/test_lib.cpp --- @@ -64,6 +64,13 @@ TEST_F(TestCommonLib, TestHdfsConfig) { hc.isConfigKerberos(); hc.isT

[GitHub] incubator-hawq pull request #860: HAWQ-1020. Fix bugs to let feature tests T...

2016-08-24 Thread wcl14
GitHub user wcl14 opened a pull request: https://github.com/apache/incubator-hawq/pull/860 HAWQ-1020. Fix bugs to let feature tests TestCommonLib.TestHdfsConfig… … and TestCommonLib.TestYanConfig run in concourse You can merge this pull request into a Git repository by running:

[jira] [Assigned] (HAWQ-1020) Fix bugs to let feature tests TestCommonLib.TestHdfsConfig and TestCommonLib.TestYanConfig run in concourse

2016-08-24 Thread Chunling Wang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chunling Wang reassigned HAWQ-1020: --- Assignee: Chunling Wang (was: Jiali Yao) > Fix bugs to let feature tests TestCommonLib.TestHd

[jira] [Created] (HAWQ-1020) Fix bugs to let feature tests TestCommonLib.TestHdfsConfig and TestCommonLib.TestYanConfig run in concourse

2016-08-24 Thread Chunling Wang (JIRA)
Chunling Wang created HAWQ-1020: --- Summary: Fix bugs to let feature tests TestCommonLib.TestHdfsConfig and TestCommonLib.TestYanConfig run in concourse Key: HAWQ-1020 URL: https://issues.apache.org/jira/browse/HAWQ-1

[GitHub] incubator-hawq pull request #828: HAWQ-969. Add getting configuration from H...

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

[GitHub] incubator-hawq pull request #807: HAWQ-897. Add feature test for create tabl...

2016-08-24 Thread hsyuan
Github user hsyuan commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/807#discussion_r76184425 --- Diff: src/test/feature/catalog/test_create_table.cpp --- @@ -22,26 +22,26 @@ class TestCreateTable : public ::testing::Test { TEST_F(TestCreate

[GitHub] incubator-hawq issue #839: HAWQ-983. Fix bug that minirepro generates wrong ...

2016-08-24 Thread hsyuan
Github user hsyuan commented on the issue: https://github.com/apache/incubator-hawq/pull/839 @d @oarap please take a look. This is ported from gpdb. --- 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

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

2016-08-24 Thread hsyuan
Github user hsyuan commented on the issue: https://github.com/apache/incubator-hawq/pull/838 @vraghavan78 @d @oarap need you guys kind review. --- 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 issue #838: HAWQ-934. Populate canSetTag of PlannedStmt from ...

2016-08-24 Thread liming01
Github user liming01 commented on the issue: https://github.com/apache/incubator-hawq/pull/838 @hsyuan, have you already reviewed it in PQO team? I can't understand the meaning of the flag, so I can't help you to review it. After someone in PQO team finished reviewing it, I c

[GitHub] incubator-hawq pull request #835: HAWQ-980. hawq does not handle guc value w...

2016-08-24 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/835 --- 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 feat

[GitHub] incubator-hawq pull request #843: HAWQ-914. Improve user experience of HAWQ'...

2016-08-24 Thread paul-guo-
Github user paul-guo- closed the pull request at: https://github.com/apache/incubator-hawq/pull/843 --- 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 feat

[GitHub] incubator-hawq issue #839: HAWQ-983. Fix bug that minirepro generates wrong ...

2016-08-24 Thread hsyuan
Github user hsyuan commented on the issue: https://github.com/apache/incubator-hawq/pull/839 ping, will anyone work on merging this pull request? --- 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 ha

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

2016-08-24 Thread hsyuan
Github user hsyuan commented on the issue: https://github.com/apache/incubator-hawq/pull/838 ping, any updates? --- 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

[GitHub] incubator-hawq issue #859: HAWQ-1011. Check whether the table to be register...

2016-08-24 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/859 cc @ictmalili @huor --- 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 wi

[GitHub] incubator-hawq pull request #859: HAWQ-1011. Check whether the table to be r...

2016-08-24 Thread xunzhang
GitHub user xunzhang opened a pull request: https://github.com/apache/incubator-hawq/pull/859 HAWQ-1011. Check whether the table to be registered is existed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xunzhang/incubator-hawq

[GitHub] incubator-hawq pull request #857: HAWQ-1013. Move HAWQ Ambari plugin to Apac...

2016-08-24 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/857#discussion_r76180262 --- Diff: contrib/hawq-ambari-plugin/pom.xml --- @@ -0,0 +1,125 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2

[GitHub] incubator-hawq pull request #857: HAWQ-1013. Move HAWQ Ambari plugin to Apac...

2016-08-24 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/857#discussion_r76180202 --- Diff: contrib/hawq-ambari-plugin/build.properties --- @@ -0,0 +1,8 @@ +hawq.release.version=2.0.1 +hawq.common.services.version=2.0.0 +

[GitHub] incubator-hawq pull request #857: HAWQ-1013. Move HAWQ Ambari plugin to Apac...

2016-08-24 Thread ljainpivotalio
Github user ljainpivotalio commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/857#discussion_r76179421 --- Diff: contrib/hawq-ambari-plugin/README.md --- @@ -0,0 +1,97 @@ +# HAWQ Ambari Plugin + +hawq-ambari-plugin helps users install

[GitHub] incubator-hawq pull request #857: HAWQ-1013. Move HAWQ Ambari plugin to Apac...

2016-08-24 Thread ljainpivotalio
Github user ljainpivotalio commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/857#discussion_r76179141 --- Diff: contrib/hawq-ambari-plugin/src/main/resources/utils/add-hawq.py --- @@ -0,0 +1,498 @@ +#!/usr/bin/env python + +""" +

[GitHub] incubator-hawq pull request #858: HAWQ-1012. Append test yaml files for hawq...

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

[GitHub] incubator-hawq issue #858: HAWQ-1012. Append test yaml files for hawq regist...

2016-08-24 Thread yaoj2
Github user yaoj2 commented on the issue: https://github.com/apache/incubator-hawq/pull/858 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

[GitHub] incubator-hawq issue #858: HAWQ-1012. Append test yaml files for hawq regist...

2016-08-24 Thread huor
Github user huor commented on the issue: https://github.com/apache/incubator-hawq/pull/858 +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 fea

[GitHub] incubator-hawq issue #858: HAWQ-1012. Append test yaml files for hawq regist...

2016-08-24 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/858 cc @huor @yaoj2 --- 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

[GitHub] incubator-hawq pull request #858: HAWQ-1012. Append test yaml files for hawq...

2016-08-24 Thread xunzhang
GitHub user xunzhang opened a pull request: https://github.com/apache/incubator-hawq/pull/858 HAWQ-1012. Append test yaml files for hawq register feature tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xunzhang/incubator-h

[jira] [Resolved] (HAWQ-1012) Check whether the input yaml file for hawq register is valid.

2016-08-24 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongwu resolved HAWQ-1012. -- Resolution: Implemented > Check whether the input yaml file for hawq register is valid. > ---

[GitHub] incubator-hawq issue #855: HAWQ-1012. Check whether the input yaml file for ...

2016-08-24 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/855 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 wis

[GitHub] incubator-hawq pull request #855: HAWQ-1012. Check whether the input yaml fi...

2016-08-24 Thread xunzhang
Github user xunzhang closed the pull request at: https://github.com/apache/incubator-hawq/pull/855 --- 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 featu

[jira] [Updated] (HAWQ-1012) Check whether the input yaml file for hawq register is valid.

2016-08-24 Thread hongwu (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] hongwu updated HAWQ-1012: - Affects Version/s: 2.0.1.0-incubating > Check whether the input yaml file for hawq register is valid. > ---

[jira] [Issue Comment Deleted] (HAWQ-256) Integrate Security with Apache Ranger

2016-08-24 Thread Hubert Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hubert Zhang updated HAWQ-256: -- Comment: was deleted (was: Agree with [~vVineet] If enable_ranger is ON in Hawq, we should disable grant/

[jira] [Commented] (HAWQ-256) Integrate Security with Apache Ranger

2016-08-24 Thread Hubert Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436134#comment-15436134 ] Hubert Zhang commented on HAWQ-256: --- Agree with [~vVineet] If enable_ranger is ON in Hawq,

[jira] [Commented] (HAWQ-256) Integrate Security with Apache Ranger

2016-08-24 Thread Hubert Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436135#comment-15436135 ] Hubert Zhang commented on HAWQ-256: --- Agree with [~vVineet] If enable_ranger is ON in Hawq,

[GitHub] incubator-hawq issue #856: HAWQ-984. hawq config is too slow.

2016-08-24 Thread radarwave
Github user radarwave commented on the issue: https://github.com/apache/incubator-hawq/pull/856 +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 th

[GitHub] incubator-hawq pull request #857: HAWQ-1013. Move HAWQ Ambari plugin to Apac...

2016-08-24 Thread mithmatt
GitHub user mithmatt opened a pull request: https://github.com/apache/incubator-hawq/pull/857 HAWQ-1013. Move HAWQ Ambari plugin to Apache HAWQ You can merge this pull request into a Git repository by running: $ git pull https://github.com/mithmatt/incubator-hawq hawq-ambari-p

[jira] [Updated] (HAWQ-1019) clarify database application interfaces discussion

2016-08-24 Thread Lisa Owen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Owen updated HAWQ-1019: Priority: Minor (was: Major) > clarify database application interfaces discussion >

[jira] [Updated] (HAWQ-1019) clarify database application interfaces discussion

2016-08-24 Thread Lisa Owen (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Owen updated HAWQ-1019: Fix Version/s: 2.0.1.0-incubating > clarify database application interfaces discussion >

[jira] [Created] (HAWQ-1019) clarify database application interfaces discussion

2016-08-24 Thread Lisa Owen (JIRA)
Lisa Owen created HAWQ-1019: --- Summary: clarify database application interfaces discussion Key: HAWQ-1019 URL: https://issues.apache.org/jira/browse/HAWQ-1019 Project: Apache HAWQ Issue Type: Improv

[jira] [Updated] (HAWQ-762) Hive aggregation queries through PXF sometimes hang

2016-08-24 Thread Goden Yao (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Goden Yao updated HAWQ-762: --- Description: Reproduce Steps: {code} select count(*) from hcatalog.default.hivetable; {code} sometimes, this qu

[jira] [Updated] (HAWQ-762) Hive aggregation queries through PXF sometimes hang

2016-08-24 Thread Goden Yao (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Goden Yao updated HAWQ-762: --- Description: Reproduce Steps: {code} select count(*) from hcatalog.default.hivetable; {code} sometimes, this qu

[jira] [Updated] (HAWQ-762) Hive aggregation queries through PXF sometimes hang

2016-08-24 Thread Goden Yao (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Goden Yao updated HAWQ-762: --- Description: Reproduce Steps: {code} select count(*) from hcatalog.default.hivetable; {code} sometimes, this qu

[GitHub] incubator-hawq pull request #854: HAWQ-997. HAWQ doesn't send PXF data type ...

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

[GitHub] incubator-hawq pull request #853: HAWQ-967. Extend Projection info to includ...

2016-08-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hawq/pull/853 --- 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] [Resolved] (HAWQ-997) HAWQ doesn't send PXF data type with precision

2016-08-24 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko resolved HAWQ-997. -- Resolution: Fixed > HAWQ doesn't send PXF data type with precision >

[jira] [Commented] (HAWQ-1013) Move HAWQ Ambari plugin to Apache HAWQ

2016-08-24 Thread Vineet Goel (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435483#comment-15435483 ] Vineet Goel commented on HAWQ-1013: --- RPM packaging is a build-time decision, separate fro

[jira] [Resolved] (HAWQ-967) Extend Projection info to include filter attributes

2016-08-24 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko resolved HAWQ-967. -- Resolution: Fixed > Extend Projection info to include filter attributes >

[jira] [Commented] (HAWQ-1013) Move HAWQ Ambari plugin to Apache HAWQ

2016-08-24 Thread Goden Yao (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435475#comment-15435475 ] Goden Yao commented on HAWQ-1013: - Thanks for the clarification - in that case, I don't thi

[GitHub] incubator-hawq pull request #853: HAWQ-967. Extend Projection info to includ...

2016-08-24 Thread sansanichfb
Github user sansanichfb commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/853#discussion_r76117988 --- Diff: src/backend/access/external/pxffilters.c --- @@ -451,6 +452,51 @@ opexpr_to_pxffilter(OpExpr *expr, PxfFilterDesc *filter) retur

[GitHub] incubator-hawq issue #854: HAWQ-997. HAWQ doesn't send PXF data type with pr...

2016-08-24 Thread GodenYao
Github user GodenYao commented on the issue: https://github.com/apache/incubator-hawq/pull/854 +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-1013) Move HAWQ Ambari plugin to Apache HAWQ

2016-08-24 Thread Vineet Goel (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15435462#comment-15435462 ] Vineet Goel commented on HAWQ-1013: --- This JIRA is actually not related to moving Ambari p

[jira] [Assigned] (HAWQ-992) PXF Hive data type check in Fragmenter too restrictive

2016-08-24 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko reassigned HAWQ-992: Assignee: Oleksandr Diachenko (was: Shivram Mani) > PXF Hive data type check in Frag

[jira] [Comment Edited] (HAWQ-997) HAWQ doesn't send PXF data type with precision

2016-08-24 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15433993#comment-15433993 ] Oleksandr Diachenko edited comment on HAWQ-997 at 8/24/16 6:27 PM: ---

[jira] [Comment Edited] (HAWQ-997) HAWQ doesn't send PXF data type with precision

2016-08-24 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15433993#comment-15433993 ] Oleksandr Diachenko edited comment on HAWQ-997 at 8/24/16 6:27 PM: ---

[jira] [Comment Edited] (HAWQ-997) HAWQ doesn't send PXF data type with precision

2016-08-24 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15433993#comment-15433993 ] Oleksandr Diachenko edited comment on HAWQ-997 at 8/24/16 6:27 PM: ---

[jira] [Comment Edited] (HAWQ-997) HAWQ doesn't send PXF data type with precision

2016-08-24 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15433993#comment-15433993 ] Oleksandr Diachenko edited comment on HAWQ-997 at 8/24/16 6:27 PM: ---

[jira] [Comment Edited] (HAWQ-997) HAWQ doesn't send PXF data type with precision

2016-08-24 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15433993#comment-15433993 ] Oleksandr Diachenko edited comment on HAWQ-997 at 8/24/16 6:26 PM: ---

[GitHub] incubator-hawq issue #854: HAWQ-997. HAWQ doesn't send PXF data type with pr...

2016-08-24 Thread kavinderd
Github user kavinderd commented on the issue: https://github.com/apache/incubator-hawq/pull/854 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

[GitHub] incubator-hawq issue #853: HAWQ-967. Extend Projection info to include filte...

2016-08-24 Thread kavinderd
Github user kavinderd commented on the issue: https://github.com/apache/incubator-hawq/pull/853 Nice work! 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

[GitHub] incubator-hawq pull request #853: HAWQ-967. Extend Projection info to includ...

2016-08-24 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/853#discussion_r76100388 --- Diff: src/backend/access/external/pxffilters.c --- @@ -451,6 +452,51 @@ opexpr_to_pxffilter(OpExpr *expr, PxfFilterDesc *filter) return

[GitHub] incubator-hawq pull request #837: HAWQ-779 support pxf filter pushdwon at th...

2016-08-24 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/837#discussion_r76098154 --- Diff: src/backend/optimizer/plan/createplan.c --- @@ -1146,7 +1146,7 @@ static char** create_pxf_plan(char **segdb_file_map, RelOptInfo *rel, in

[GitHub] incubator-hawq issue #855: HAWQ-1012. Check whether the input yaml file for ...

2016-08-24 Thread ictmalili
Github user ictmalili commented on the issue: https://github.com/apache/incubator-hawq/pull/855 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

[GitHub] incubator-hawq issue #856: HAWQ-984. hawq config is too slow.

2016-08-24 Thread xunzhang
Github user xunzhang commented on the issue: https://github.com/apache/incubator-hawq/pull/856 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 t

[GitHub] incubator-hawq pull request #856: HAWQ-984. hawq config is too slow.

2016-08-24 Thread paul-guo-
GitHub user paul-guo- opened a pull request: https://github.com/apache/incubator-hawq/pull/856 HAWQ-984. hawq config is too slow. You can merge this pull request into a Git repository by running: $ git pull https://github.com/paul-guo-/incubator-hawq python Alternatively you

[jira] [Commented] (HAWQ-256) Integrate Security with Apache Ranger

2016-08-24 Thread Vineet Goel (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15434467#comment-15434467 ] Vineet Goel commented on HAWQ-256: -- I found this in the Hive documentation: "The ADMIN per