[GitHub] incubator-hawq pull request #1378: HAWQ-1633. Add parameter for maven packag...

2018-06-29 Thread weinan003
GitHub user weinan003 opened a pull request: https://github.com/apache/incubator-hawq/pull/1378 HAWQ-1633. Add parameter for maven package hawq-hadoop You can merge this pull request into a Git repository by running: $ git pull https://github.com/weinan003/incubator-hawq fix

[GitHub] incubator-hawq pull request #1370: HAWQ-1508 fix travis broken

2018-06-01 Thread weinan003
Github user weinan003 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1370 ---

[GitHub] incubator-hawq pull request #1372: HAWQ-1619. Fix Vectorized Execution bugs

2018-05-30 Thread weinan003
GitHub user weinan003 opened a pull request: https://github.com/apache/incubator-hawq/pull/1372 HAWQ-1619. Fix Vectorized Execution bugs Co-authored-by: 'Shujie Zhang ' You can merge this pull request into a Git repository by running: $ git pull https://github.com/weinan003

[GitHub] incubator-hawq pull request #1370: HAWQ-1508 fix travis broken

2018-05-30 Thread weinan003
GitHub user weinan003 opened a pull request: https://github.com/apache/incubator-hawq/pull/1370 HAWQ-1508 fix travis broken travis require json-c version to 0.12.1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/weinan003

[GitHub] incubator-hawq pull request #1362: HAWQ-1613. Create Date based Vectorized t...

2018-05-10 Thread weinan003
Github user weinan003 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1362 ---

[GitHub] incubator-hawq pull request #1361: HAWQ-1612. Implement vectorized aggregate...

2018-05-10 Thread weinan003
Github user weinan003 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1361#discussion_r187261983 --- Diff: contrib/vexecutor/vagg.h --- @@ -0,0 +1,94 @@ +#ifndef VAGG_H +#define VAGG_H + +#include "executor/execHHash

[GitHub] incubator-hawq pull request #1362: HAWQ-1613. Create Date based Vectorized t...

2018-05-09 Thread weinan003
GitHub user weinan003 opened a pull request: https://github.com/apache/incubator-hawq/pull/1362 HAWQ-1613. Create Date based Vectorized type and relevant expression You can merge this pull request into a Git repository by running: $ git pull https://github.com/weinan003

[GitHub] incubator-hawq pull request #1359: HAWQ-1609. Update regression test configu...

2018-05-06 Thread weinan003
Github user weinan003 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1359 ---

[GitHub] incubator-hawq pull request #1359: HAWQ-1609. Update regression test configu...

2018-05-04 Thread weinan003
GitHub user weinan003 opened a pull request: https://github.com/apache/incubator-hawq/pull/1359 HAWQ-1609. Update regression test configuration This PR's propose for adapting regression test for our new feature including VE and runtime filter **Test:** fix regression test

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

2018-05-04 Thread weinan003
Github user weinan003 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1358 ---

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

2018-04-28 Thread weinan003
Github user weinan003 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1358#discussion_r18481 --- 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 weinan003
Github user weinan003 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1358#discussion_r184843784 --- 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-27 Thread weinan003
GitHub user weinan003 opened a pull request: https://github.com/apache/incubator-hawq/pull/1358 HAWQ-1609. Implement Vectorized Motion Node 1. add vectorized motion node 2. Tuplebatch structure "create on used" in deserialization function, so that TB used mem

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

2018-04-04 Thread weinan003
Github user weinan003 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1350 ---

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

2018-04-01 Thread weinan003
Github user weinan003 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178480561 --- 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 weinan003
Github user weinan003 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1350#discussion_r178480017 --- 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-04-01 Thread weinan003
Github user weinan003 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1349 ---

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

2018-03-29 Thread weinan003
GitHub user weinan003 opened a pull request: https://github.com/apache/incubator-hawq/pull/1350 HAWQ-1600. Parquet table data vectorized scan You can merge this pull request into a Git repository by running: $ git pull https://github.com/weinan003/incubator-hawq 1600

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

2018-03-28 Thread weinan003
Github user weinan003 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1349#discussion_r177948142 --- 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 weinan003
Github user weinan003 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1349#discussion_r177945087 --- 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 weinan003
Github user weinan003 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1349#discussion_r177944185 --- 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-27 Thread weinan003
Github user weinan003 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1349#discussion_r177632783 --- Diff: contrib/vexecutor/vadt.c --- @@ -39,10 +39,11 @@ size_t v##type##Size(vheader *vh) \ vheader* buildv##type(int n

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

2018-03-27 Thread weinan003
Github user weinan003 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1349#discussion_r177366916 --- Diff: src/test/feature/vexecutor/test_vexecutor.cpp --- @@ -60,11 +59,47 @@ TEST_F(TestVexecutor, vadt) // run sql file to get

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

2018-03-26 Thread weinan003
GitHub user weinan003 opened a pull request: https://github.com/apache/incubator-hawq/pull/1349 HAWQ-1598. Vectorized Scan Node Framework initialization You can merge this pull request into a Git repository by running: $ git pull https://github.com/weinan003/incubator-hawq

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

2018-03-19 Thread weinan003
Github user weinan003 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1347 ---

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

2018-03-16 Thread weinan003
Github user weinan003 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1347#discussion_r175034657 --- 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 weinan003
GitHub user weinan003 opened a pull request: https://github.com/apache/incubator-hawq/pull/1347 HAWQ-1591 Common tuple batch structure for VecExe Define *TupleBatchData* struct to hold a batch of tuples through vectorized execution process. You can merge this pull request

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

2018-02-11 Thread weinan003
Github user weinan003 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1341 ---

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

2018-02-10 Thread weinan003
GitHub user weinan003 opened a pull request: https://github.com/apache/incubator-hawq/pull/1341 HAWQ-1583 Add vectorized executor extension and GNC 1. Create vexecutor plugin folder in contrb, all logic for vectorization execution will implement here 2. Add hook point

[GitHub] incubator-hawq pull request #1336: HAWQ-1514. TDE feature makes libhdfs3 req...

2018-02-04 Thread weinan003
Github user weinan003 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1336 ---

[GitHub] incubator-hawq pull request #1336: HAWQ-1514. TDE feature makes libhdfs3 req...

2018-01-31 Thread weinan003
GitHub user weinan003 opened a pull request: https://github.com/apache/incubator-hawq/pull/1336 HAWQ-1514. TDE feature makes libhdfs3 require openssl1.1 1. use environment HDFS_DEPENDENCY_INSTALL_PREFIX to indicate "libhdfs" used openssl path 2. do function check b