GitHub user pdu-mn1 opened a pull request: https://github.com/apache/samza/pull/608
SAMZA-1807 table-api: inline async helpers Currently we have a set of helper methods, execute() for various table access methods. Some of them are only called by one place and some are called in two places. This change inlines the async handling back to the table methods and removed the helpers. You can merge this pull request into a Git repository by running: $ git pull https://github.com/pdu-mn1/samza inline-async Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/608.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 #608 ---- commit fd4ed5354b3c4c0b1343a6d0ea98ced300873e80 Author: Peng Du <pdu@...> Date: 2018-08-15T21:49:35Z SAMZA-1807 table-api: inline async helpers Currently we have a set of helper methods, execute() for various table access methods. Some of them are only called by one place and some are called in two places. This change inlines the async handling back to the table methods and removed the helpers. ---- ---