[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-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 #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 memory reduce the