[GitHub] incubator-quickstep pull request #344: QUICKSTEP-123: Fixed the missing 'has...

2018-04-26 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] incubator-quickstep issue #344: QUICKSTEP-123: Fixed the missing 'has_repart...

2018-04-26 Thread jianqiao
Github user jianqiao commented on the issue:

https://github.com/apache/incubator-quickstep/pull/344
  
LGTM! Merging.


---


[GitHub] incubator-quickstep pull request #345: Minor code style fix.

2018-04-26 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] incubator-quickstep pull request #345: Minor code style fix.

2018-04-26 Thread zuyu
GitHub user zuyu opened a pull request:

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

Minor code style fix.



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

$ git pull https://github.com/zuyu/incubator-quickstep code-style-fix

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

https://github.com/apache/incubator-quickstep/pull/345.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 #345


commit 68f006e487b251901d118d26912b4d58dd3e93e1
Author: Zuyu Zhang 
Date:   2018-04-27T02:39:18Z

Code style fix.




---


[GitHub] incubator-quickstep pull request #344: Quickstep-123: Fixed the missing 'has...

2018-04-26 Thread zuyu
GitHub user zuyu opened a pull request:

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

Quickstep-123: Fixed the missing 'has_repartition' in FilterJoin.

Added the missing `has_repartition` in `FilterJoin`.

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

$ git pull https://github.com/zuyu/incubator-quickstep filter-join-bug-fix

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

https://github.com/apache/incubator-quickstep/pull/344.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 #344


commit 1772b8a1cd9664c9553a566efdafb97ddd427c57
Author: Zuyu Zhang 
Date:   2018-04-27T02:20:01Z

Fixed the missing 'has_repartition' in FilterJoin.




---


[GitHub] incubator-quickstep pull request #343: Fix all CMakeLists.txt for automated ...

2018-04-26 Thread jianqiao
GitHub user jianqiao opened a pull request:

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

Fix all CMakeLists.txt for automated processing

This PR fixes and adjusts the style of all `CMakeLists.txt` so that they 
become stable (i.e. well-formatted) to be processed by an automated tool.

The above mentioned tool will be proposed in a subsequent PR. It is 
intended to help improve developer productivity as it scans source code 
dependencies and automatically fixes cmakelists.


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

$ git pull https://github.com/jianqiao/incubator-quickstep autofix-cmake

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

https://github.com/apache/incubator-quickstep/pull/343.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 #343


commit 3169b5646aecae35485a76f4439a121d9f66b3e2
Author: Jianqiao Zhu 
Date:   2018-04-18T05:54:31Z

Fix and rearrange all CMakeLists.txt so that they are ready to be processed 
and regenrated by an automation tool.




---