[GitHub] incubator-quickstep pull request #278: Allowed pipelined work order scheduli...

2017-08-10 Thread zuyu
Github user zuyu closed the pull request at:

https://github.com/apache/incubator-quickstep/pull/278


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-quickstep pull request #278: Allowed pipelined work order scheduli...

2017-08-07 Thread zuyu
GitHub user zuyu opened a pull request:

https://github.com/apache/incubator-quickstep/pull/278

Allowed pipelined work order scheduling.

This PR enabled pipelined work order scheduling, and thus improves the 
query execution time, particularly for a complex query with a deep execution 
plan. In other words, once a data pipelining message is received, the work 
order could be scheduled immediately.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zuyu/incubator-quickstep pipeling-scheduling

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-quickstep/pull/278.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #278


commit 48a598ebdb725c4c27d561d6f65901b9daf2df81
Author: Zuyu Zhang 
Date:   2017-07-29T17:01:13Z

Allowed pipelined work order scheduling.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---