[GitHub] incubator-hawq pull request #1360: HAWQ-1607. This commit implements applyin...

2018-05-07 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1360#discussion_r186348737 --- Diff: src/backend/cdb/cdbparquetrowgroup.c --- @@ -206,54 +207,54 @@ ParquetRowGroupReader_ScanNextTuple( ParquetRowGroupReader

[GitHub] incubator-hawq pull request #1360: HAWQ-1607. This commit implements applyin...

2018-05-07 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1360#discussion_r186347065 --- Diff: src/include/nodes/execnodes.h --- @@ -1522,6 +1540,9 @@ typedef struct ScanState /* The type of the table that is being

[GitHub] incubator-hawq pull request #1358: HAWQ-1609. Implement Vectorized Motion No...

2018-04-28 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1358#discussion_r184842816 --- Diff: contrib/vexecutor/nodeVMotion.c --- @@ -0,0 +1,410 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1358: HAWQ-1609. Implement Vectorized Motion No...

2018-04-28 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1358#discussion_r184842754 --- Diff: contrib/vexecutor/nodeVMotion.c --- @@ -0,0 +1,410 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1358: HAWQ-1609. Implement Vectorized Motion No...

2018-04-28 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1358#discussion_r184842905 --- Diff: contrib/vexecutor/tuplebatch.c --- @@ -150,19 +150,26 @@ tbSerialization(TupleBatch tb ) return ret

[GitHub] incubator-hawq pull request #1356: HAWQ-1611. refactor the vtype in order to...

2018-04-26 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1356#discussion_r184327414 --- Diff: contrib/vexecutor/tuplebatch.c --- @@ -93,91 +85,119 @@ tbSerializationSize(TupleBatch tb) //get skip tag size len

[GitHub] incubator-hawq pull request #1354: HAWQ-1606. Implement Deciding to Create B...

2018-04-16 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1354#discussion_r181689211 --- Diff: src/backend/utils/hash/bloomfilter.c --- @@ -0,0 +1,134 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1354: HAWQ-1606. Implement Deciding to Create B...

2018-04-16 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1354#discussion_r181689893 --- Diff: src/backend/utils/hash/bloomfilter.c --- @@ -0,0 +1,134 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1354: HAWQ-1606. Implement Deciding to Create B...

2018-04-16 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1354#discussion_r181687215 --- Diff: src/backend/resourcemanager/utils/simplestring.c --- @@ -200,6 +200,45 @@ int SimpleStringToStorageSizeMB(SimpStringPtr str

[GitHub] incubator-hawq pull request #1351: HAWQ-1603.add new hook API

2018-04-10 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1351#discussion_r180627154 --- Diff: contrib/vexecutor/execVQual.c --- @@ -123,3 +123,431 @@ VirtualNodeProc(ScanState* state,TupleTableSlot *slot

[GitHub] incubator-hawq pull request #1351: HAWQ-1603.add new hook API

2018-04-10 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1351#discussion_r180626694 --- Diff: contrib/vexecutor/execVQual.c --- @@ -123,3 +123,431 @@ VirtualNodeProc(ScanState* state,TupleTableSlot *slot

[GitHub] incubator-hawq pull request #1351: HAWQ-1603.add new hook API

2018-04-10 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1351#discussion_r180626789 --- Diff: contrib/vexecutor/vexecutor.c --- @@ -163,24 +165,35 @@ static PlanState* VExecInitNode(PlanState *node,EState *eState,int eflags

[GitHub] incubator-hawq pull request #1351: HAWQ-1603.add new hook API

2018-04-10 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1351#discussion_r180625706 --- Diff: contrib/vexecutor/execVQual.c --- @@ -123,3 +123,431 @@ VirtualNodeProc(ScanState* state,TupleTableSlot *slot

[GitHub] incubator-hawq issue #1352: HAWQ-1604. Add A New GUC hawq_hashjoin_bloomfilt...

2018-04-08 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1352 LGTM. ---

[GitHub] incubator-hawq pull request #1350: HAWQ-1600. Parquet table data vectorized ...

2018-04-02 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178502483 --- Diff: contrib/vexecutor/vcheck.h --- @@ -39,6 +39,7 @@ typedef struct VectorizedState { bool vectorized; PlanState

[GitHub] incubator-hawq pull request #1350: HAWQ-1600. Parquet table data vectorized ...

2018-04-01 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178484642 --- Diff: contrib/vexecutor/execVScan.c --- @@ -38,8 +40,8 @@ getVScanMethod(int tableType

[GitHub] incubator-hawq pull request #1350: HAWQ-1600. Parquet table data vectorized ...

2018-04-01 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178459027 --- Diff: contrib/vexecutor/execVScan.c --- @@ -148,7 +181,10 @@ ExecVScan(ScanState *node, ExecScanAccessMtd accessMtd

[GitHub] incubator-hawq pull request #1350: HAWQ-1600. Parquet table data vectorized ...

2018-04-01 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178459158 --- Diff: contrib/vexecutor/execVQual.c --- @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1350: HAWQ-1600. Parquet table data vectorized ...

2018-04-01 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178458812 --- Diff: contrib/vexecutor/execVScan.c --- @@ -38,8 +40,8 @@ getVScanMethod(int tableType

[GitHub] incubator-hawq pull request #1349: HAWQ-1598. Vectorized Scan Node Framework...

2018-03-28 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1349#discussion_r177941951 --- Diff: contrib/vexecutor/execVScan.c --- @@ -0,0 +1,167 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1349: HAWQ-1598. Vectorized Scan Node Framework...

2018-03-28 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1349#discussion_r177942413 --- Diff: contrib/vexecutor/vexecutor.c --- @@ -66,12 +75,47 @@ _PG_fini(void) vmthd.ExecEndNode_Hook = NULL; } -static

[GitHub] incubator-hawq pull request #1349: HAWQ-1598. Vectorized Scan Node Framework...

2018-03-28 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1349#discussion_r177941676 --- Diff: contrib/vexecutor/vexecutor.c --- @@ -96,20 +140,70 @@ static PlanState* VExecInitNode(PlanState *node,EState *eState,int eflags

[GitHub] incubator-hawq pull request #1349: HAWQ-1598. Vectorized Scan Node Framework...

2018-03-28 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1349#discussion_r177940619 --- Diff: contrib/vexecutor/vexecutor.c --- @@ -21,15 +21,23 @@ #include "vexecutor.h" #include "utils/guc.h"

[GitHub] incubator-hawq issue #1348: HAWQ-1593. Vectorized execution condition check ...

2018-03-21 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1348 LGTM. ---

[GitHub] incubator-hawq pull request #1348: HAWQ-1593. Vectorized execution condition...

2018-03-20 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1348#discussion_r175950445 --- Diff: contrib/vexecutor/vcheck.c --- @@ -54,7 +61,274 @@ typedef struct VecFuncHashEntry vFuncMap *vFunc; } VecFuncHashEntry

[GitHub] incubator-hawq pull request #1348: HAWQ-1593. Vectorized execution condition...

2018-03-20 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1348#discussion_r175950023 --- Diff: contrib/vexecutor/vcheck.c --- @@ -54,7 +61,274 @@ typedef struct VecFuncHashEntry vFuncMap *vFunc; } VecFuncHashEntry

[GitHub] incubator-hawq issue #1347: HAWQ-1591 Common tuple batch structure for VecEx...

2018-03-16 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1347 LGTM ---

[GitHub] incubator-hawq pull request #1347: HAWQ-1591 Common tuple batch structure fo...

2018-03-16 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1347#discussion_r175084597 --- Diff: contrib/vexecutor/tuplebatch.c --- @@ -0,0 +1,188 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1347: HAWQ-1591 Common tuple batch structure fo...

2018-03-16 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1347#discussion_r175018979 --- Diff: contrib/vexecutor/tuplebatch.c --- @@ -0,0 +1,188 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1347: HAWQ-1591 Common tuple batch structure fo...

2018-03-16 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1347#discussion_r175019315 --- Diff: contrib/vexecutor/tuplebatch.h --- @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq pull request #1347: HAWQ-1591 Common tuple batch structure fo...

2018-03-16 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1347#discussion_r175015247 --- Diff: contrib/vexecutor/tuplebatch.c --- @@ -0,0 +1,188 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] incubator-hawq issue #1345: HAWQ-1592. vectorized data types initialization ...

2018-03-15 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1345 LGTM. +1 ---

[GitHub] incubator-hawq issue #1346: HAWQ-1594. Memory leak in standby master (gpsync...

2018-03-14 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1346 LGTM ---

[GitHub] incubator-hawq issue #1345: HAWQ-1592. vectorized data types initialization ...

2018-03-14 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1345 Great to have this PR. Would you add some instructions about how to add a new vectorized type and related functions to this framework ? ---

[GitHub] incubator-hawq issue #1341: HAWQ-1583 Add vectorized executor extension and ...

2018-02-11 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1341 All new files should add ASF license header. ---

[GitHub] incubator-hawq pull request #1341: HAWQ-1583 Add vectorized executor extensi...

2018-02-11 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1341#discussion_r167461629 --- Diff: src/backend/executor/execProcnode.c --- @@ -797,7 +801,7 @@ ExecSliceDependencyNode(PlanState *node) ExecSliceDependencyNode

[GitHub] incubator-hawq pull request #1341: HAWQ-1583 Add vectorized executor extensi...

2018-02-11 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1341#discussion_r167461583 --- Diff: src/include/executor/executor.h --- @@ -41,6 +41,17 @@ #include "cdb/cdbdef.h" /* C

[GitHub] incubator-hawq issue #1341: HAWQ-1583 Add vectorized executor extension and ...

2018-02-10 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1341 It's better to add a README for describing what this module is and how it works. ---

[GitHub] incubator-hawq issue #1336: HAWQ-1514. TDE feature makes libhdfs3 require op...

2018-01-31 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1336 LGTM ---

[GitHub] incubator-hawq issue #1288: HAWQ-1518. Add a UDF for showing whether the dat...

2017-09-20 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1288 LGTM ---

[GitHub] incubator-hawq issue #1286: HAWQ-1525. Segmentation fault occurs if reindex ...

2017-09-14 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1286 LGTM ---

[GitHub] incubator-hawq issue #1280: HAWQ-1510. Add TDE-related functionality into ha...

2017-08-16 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1280 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

[GitHub] incubator-hawq issue #1276: HAWQ-1511. Add TDE-related properties into hdfs-...

2017-08-09 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1276 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

[GitHub] incubator-hawq issue #1274: HAWQ-1509. Support TDE read function.

2017-08-07 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1274 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

[GitHub] incubator-hawq pull request #1274: HAWQ-1509. Support TDE read function.

2017-08-07 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1274#discussion_r131581898 --- Diff: depends/libhdfs3/src/client/CryptoCodec.cpp --- @@ -119,33 +119,38 @@ namespace Hdfs { return -1

[GitHub] incubator-hawq issue #1269: HAWQ-1506. Support multi-append a file within en...

2017-07-27 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1269 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

[GitHub] incubator-hawq pull request #1270: HAWQ-1507. Fix unittest-check fail on SuS...

2017-07-27 Thread wengyanqing
GitHub user wengyanqing opened a pull request: https://github.com/apache/incubator-hawq/pull/1270 HAWQ-1507. Fix unittest-check fail on SuSE You can merge this pull request into a Git repository by running: $ git pull https://github.com/wengyanqing/incubator-hawq HAWQ-1507

[GitHub] incubator-hawq issue #1265: HAWQ-1500. HAWQ-1501. HAWQ-1502. Support TDE wri...

2017-07-24 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1265 Great job. 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

[GitHub] incubator-hawq issue #1227: HAWQ-1448. Fixed postmaster process hung at recv...

2017-07-11 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1227 Agree with Radar's comment. 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

[GitHub] incubator-hawq pull request #1265: HAWQ-1500. HAWQ-1501. HAWQ-1502. Support ...

2017-07-11 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1265#discussion_r126638288 --- Diff: depends/libhdfs3/src/client/HttpClient.cpp --- @@ -0,0 +1,337

[GitHub] incubator-hawq pull request #1265: HAWQ-1500. HAWQ-1501. HAWQ-1502. Support ...

2017-07-11 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1265#discussion_r126637139 --- Diff: depends/libhdfs3/src/client/HttpClient.cpp --- @@ -0,0 +1,337

[GitHub] incubator-hawq issue #1236: HAWQ-1457. Shared memory for SegmentStatus and M...

2017-05-09 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1236 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

[GitHub] incubator-hawq issue #1222: HAWQ-1438. Support resource owner beyond transac...

2017-04-21 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1222 +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

[GitHub] incubator-hawq issue #1207: HAWQ-326. Fix specified HAWQ_RELEASE_VERSION for...

2017-03-28 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1207 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

[GitHub] incubator-hawq issue #1198: HAWQ-1417. Fixed crash when ANALYZE after COPY b...

2017-03-28 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1198 +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

[GitHub] incubator-hawq issue #1187: HAWQ-1408. Fixed crash when alloc not enough seg...

2017-03-26 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1187 +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

[GitHub] incubator-hawq pull request #1157: HAWQ-1371. Fix QE process hang in shared ...

2017-03-06 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1157#discussion_r104548625 --- Diff: src/backend/executor/nodeShareInputScan.c --- @@ -634,16 +634,16 @@ static int retry_read(int fd, char *buf, int rsize

[GitHub] incubator-hawq pull request #:

2017-02-22 Thread wengyanqing
Github user wengyanqing commented on the pull request: https://github.com/apache/incubator-hawq/commit/b37f18768dceec5600f8a90f6f8b17045954629c#commitcomment-21009101 Hi @lisakowen , Would you modify the commit message following the format as HAWQ-(JIRA). message content

[GitHub] incubator-hawq issue #1135: HAWQ-1347. QD should check segment health only

2017-02-21 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1135 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

[GitHub] incubator-hawq issue #1134: HAWQ-1345. Fixed relfile path bug: catalog and h...

2017-02-20 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1134 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

[GitHub] incubator-hawq issue #1128: HAWQ-1338. Fixed writer process doesn't exit nic...

2017-02-15 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1128 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

[GitHub] incubator-hawq issue #1115: HAWQ-1324. Fixed crash at query cancel, signal h...

2017-02-13 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1115 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

[GitHub] incubator-hawq issue #1019: HAWQ-870. Allocate target's tuple table slot in ...

2016-12-15 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1019 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

[GitHub] incubator-hawq issue #1040: HAWQ-1195. Fixed error "Two or more external tab...

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

[GitHub] incubator-hawq issue #1023: HAWQ-77. Fix source code comment for new ALTER/C...

2016-12-05 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1023 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

[GitHub] incubator-hawq pull request #1037: HAWQ-1188. Fix guc type issue for Gp_inte...

2016-12-04 Thread wengyanqing
GitHub user wengyanqing opened a pull request: https://github.com/apache/incubator-hawq/pull/1037 HAWQ-1188. Fix guc type issue for Gp_interconnect_transmit_timeout You can merge this pull request into a Git repository by running: $ git pull https://github.com/wengyanqing

[GitHub] incubator-hawq issue #1031: HAWQ-1182. Add Macro for unused argument and var...

2016-12-01 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1031 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

[GitHub] incubator-hawq issue #1015: HAWQ-1159. Skip namenode check while namenode no...

2016-11-16 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1015 +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

[GitHub] incubator-hawq issue #1010: HAWQ-1153. Add global init file support for feat...

2016-11-13 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/1010 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

[GitHub] incubator-hawq issue #996: HAWQ-1117.RM crash when init db after configure w...

2016-11-02 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/996 +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

[GitHub] incubator-hawq pull request #995: HAWQ-1139. Fix TestCreateTableInherits bug...

2016-11-02 Thread wengyanqing
Github user wengyanqing closed the pull request at: https://github.com/apache/incubator-hawq/pull/995 --- 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

[GitHub] incubator-hawq pull request #995: HAWQ-1139. Fix TestCreateTableInherits bug...

2016-11-02 Thread wengyanqing
GitHub user wengyanqing opened a pull request: https://github.com/apache/incubator-hawq/pull/995 HAWQ-1139. Fix TestCreateTableInherits bug in the feature test You can merge this pull request into a Git repository by running: $ git pull https://github.com/wengyanqing

[GitHub] incubator-hawq issue #989: HAWQ-1129. Install PLR into hawq home directory

2016-10-31 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/989 +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

[GitHub] incubator-hawq issue #979: HAWQ-1125. Running pl/python related feature_test...

2016-10-27 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/979 +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

[GitHub] incubator-hawq issue #953: HAWQ-1092. lc_collate and lc_ctype do not work af...

2016-10-10 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/953 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

[GitHub] incubator-hawq issue #934: HAWQ-1061. Fix register with empty folder in usag...

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

[GitHub] incubator-hawq issue #932: HAWQ-1024. Add rollback before all necessary exit...

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

[GitHub] incubator-hawq issue #924: HAWQ-1035. Treat ddl of list and range partition ...

2016-09-21 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/924 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

[GitHub] incubator-hawq pull request #899: HAWQ-1017. Add feature test for goh_create...

2016-09-12 Thread wengyanqing
GitHub user wengyanqing opened a pull request: https://github.com/apache/incubator-hawq/pull/899 HAWQ-1017. Add feature test for goh_create_type_composite with new te… …st framework You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-hawq pull request #897: HAWQ-1014. Add feature test for informatio...

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

[GitHub] incubator-hawq pull request #877: HAWQ-1016. Add feature test for rowtypes w...

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

[GitHub] incubator-hawq pull request #897: HAWQ-1014. Add feature test for informatio...

2016-09-08 Thread wengyanqing
GitHub user wengyanqing opened a pull request: https://github.com/apache/incubator-hawq/pull/897 HAWQ-1014. Add feature test for information_schema with new test fra… …mework You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-hawq issue #880: HAWQ-1037. Modify way to get HDFS port in TestHaw...

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

[GitHub] incubator-hawq pull request #871: HAWQ-909. Add feature test for goh_databas...

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

[GitHub] incubator-hawq pull request #823: HAWQ-905. add init file for temp table tes...

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

[GitHub] incubator-hawq pull request #822: HAWQ-905. Add feature test for temp table ...

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

[GitHub] incubator-hawq issue #892: HAWQ-1007. Add the pgcrypto code into hawq

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

[GitHub] incubator-hawq issue #891: HAWQ-960. Remove the file BUILD_INSTRUCTIONS.md a...

2016-09-06 Thread wengyanqing
Github user wengyanqing commented on the issue: https://github.com/apache/incubator-hawq/pull/891 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

[GitHub] incubator-hawq issue #881: HAWQ-1032. Bucket number of new added partition i...

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

[GitHub] incubator-hawq pull request #877: HAWQ-1016. Add feature test for rowtypes w...

2016-08-30 Thread wengyanqing
GitHub user wengyanqing opened a pull request: https://github.com/apache/incubator-hawq/pull/877 HAWQ-1016. Add feature test for rowtypes with new test framework You can merge this pull request into a Git repository by running: $ git pull https://github.com/wengyanqing

[GitHub] incubator-hawq pull request #876: HAWQ-1018. Add feature test for goh_gp_dis...

2016-08-29 Thread wengyanqing
GitHub user wengyanqing opened a pull request: https://github.com/apache/incubator-hawq/pull/876 HAWQ-1018. Add feature test for goh_gp_dist_random with new test fram… …ework You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-hawq pull request #875: HAWQ-1015. Add feature test for transactio...

2016-08-29 Thread wengyanqing
GitHub user wengyanqing opened a pull request: https://github.com/apache/incubator-hawq/pull/875 HAWQ-1015. Add feature test for transactions with new test framework You can merge this pull request into a Git repository by running: $ git pull https://github.com/wengyanqing

[GitHub] incubator-hawq pull request #871: HAWQ-909. Add feature test for goh_databas...

2016-08-28 Thread wengyanqing
GitHub user wengyanqing opened a pull request: https://github.com/apache/incubator-hawq/pull/871 HAWQ-909. Add feature test for goh_database with new test framework You can merge this pull request into a Git repository by running: $ git pull https://github.com/wengyanqing

[GitHub] incubator-hawq issue #850: HAWQ-980. hawq does not handle guc value with spa...

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

[GitHub] incubator-hawq issue #835: HAWQ-980. hawq does not handle guc value with spa...

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

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

2016-08-07 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/835#discussion_r73815359 --- Diff: src/backend/utils/misc/guc.c --- @@ -12216,7 +12216,36 @@ ProcessGUCArray(ArrayType *array, GucSource source) * GPSQL

[GitHub] incubator-hawq issue #836: HAWQ-979. Resource Broker Should Reconnect Hadoop...

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

[GitHub] incubator-hawq issue #833: HAWQ-978. Fixed deadlock in signal handler which ...

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

[GitHub] incubator-hawq issue #828: HAWQ-969. Add getting configuration from HDFS and...

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

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

2016-08-03 Thread wengyanqing
Github user wengyanqing commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/828#discussion_r73455316 --- Diff: src/test/feature/lib/hdfs_config.h --- @@ -0,0 +1,175 @@ +#ifndef HAWQ_SRC_TEST_FEATURE_LIB_HDFS_CONFIG_H_ +#define

  1   2   >