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 <zuyu@...>
Date: 2018-04-27T02:20:01Z
Fixed the missing 'has_repartition' in FilterJoin.
----
---