[GitHub] samza pull request #828: SAMZA-2011: Add ability to disable store timers

2018-11-30 Thread weisong44
Github user weisong44 closed the pull request at: https://github.com/apache/samza/pull/828 ---

[GitHub] samza pull request #835: SAMZA-2015: Refactor timer handling in tables to be...

2018-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/835 ---

[GitHub] samza pull request #834: SAMZA-2014: Samza-sql: Support table as both source...

2018-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/834 ---

[GitHub] samza pull request #833: Fix minor issue with operator spec graph traversal

2018-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/833 ---

[GitHub] samza pull request #834: SAMZA-2014: Samza-sql: Support table as both source...

2018-11-30 Thread atoomula
GitHub user atoomula opened a pull request: https://github.com/apache/samza/pull/834 SAMZA-2014: Samza-sql: Support table as both source (for join) and destination in the same application While parsing queries in an application, with in SamzaSqlApplicationConfig, we collect all

[GitHub] samza pull request #836: SAMZA-2017: Update committer doc

2018-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/836 ---

[GitHub] samza pull request #823: SAMZA-2018 : State restore improvements

2018-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/823 ---

[GitHub] samza pull request #796: SAMZA-570 : Enabling auto-discovery of regex input ...

2018-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/796 ---

[GitHub] samza pull request #836: SAMZA-2017: Update committer doc

2018-11-30 Thread atoomula
GitHub user atoomula opened a pull request: https://github.com/apache/samza/pull/836 SAMZA-2017: Update committer doc You can merge this pull request into a Git repository by running: $ git pull https://github.com/atoomula/samza new Alternatively you can review and apply

[GitHub] samza pull request #835: SAMZA-2015: Refactor timer handling in tables to be...

2018-11-30 Thread weisong44
GitHub user weisong44 opened a pull request: https://github.com/apache/samza/pull/835 SAMZA-2015: Refactor timer handling in tables to be consistent with stores Currently when timer is disabled, we do not instantiate timer instances for tables, this introduced potential