[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 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 interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1347#discussion_r175022310 --- Diff: contrib/vexecutor/tuplebatch.h --- @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[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 pull request #1345: HAWQ-1592. vectorized data types initiali...

2018-03-16 Thread zhangjackey
Github user zhangjackey closed the pull request at: https://github.com/apache/incubator-hawq/pull/1345 ---

[GitHub] incubator-hawq issue #1344: PXF Ignite plugin

2018-03-16 Thread radarwave
Github user radarwave commented on the issue: https://github.com/apache/incubator-hawq/pull/1344 @kapustor To get this PR merged, we need this PR have two '+1' from the reviewer, and you need to create corresponding jira and include the jira number in the title of the PR. You can

[jira] [Updated] (HAWQ-1598) Vectorized Scan Node Framework initialization

2018-03-16 Thread WANG Weinan (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WANG Weinan updated HAWQ-1598: -- Fix Version/s: backlog > Vectorized Scan Node Framework initialization >

[jira] [Updated] (HAWQ-1598) Vectorized Scan Node Framework initialization

2018-03-16 Thread WANG Weinan (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WANG Weinan updated HAWQ-1598: -- Component/s: Query Execution > Vectorized Scan Node Framework initialization >

[jira] [Assigned] (HAWQ-1598) Vectorized Scan Node Framework initialization

2018-03-16 Thread WANG Weinan (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] WANG Weinan reassigned HAWQ-1598: - Assignee: WANG Weinan (was: Radar Lei) > Vectorized Scan Node Framework initialization >

[jira] [Created] (HAWQ-1598) Vectorized Scan Node Framework initialization

2018-03-16 Thread WANG Weinan (JIRA)
WANG Weinan created HAWQ-1598: - Summary: Vectorized Scan Node Framework initialization Key: HAWQ-1598 URL: https://issues.apache.org/jira/browse/HAWQ-1598 Project: Apache HAWQ Issue Type:

[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