[GitHub] incubator-quickstep pull request #310: Removed the virtual function call in ...

2017-10-09 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] incubator-quickstep pull request #310: Removed the virtual function call in ...

2017-10-06 Thread zuyu
GitHub user zuyu opened a pull request:

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

Removed the virtual function call in InvokeOnAnyValueAccessor.

A minor fix.

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

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

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

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


commit 8a91b12054f534a5b94321bb087168a4372883f8
Author: Zuyu Zhang 
Date:   2017-10-06T19:34:21Z

Removed the virtual function call in InvokeOnAnyValueAccessor.




---