[GitHub] samza pull request #657: SAMZA-1905: Added case study for eBay, Optimizely, ...

2018-09-24 Thread weisong44
GitHub user weisong44 opened a pull request: https://github.com/apache/samza/pull/657 SAMZA-1905: Added case study for eBay, Optimizely, Redfin and TripAdvisor As per subject You can merge this pull request into a Git repository by running: $ git pull https://github.com/weisong

[GitHub] samza pull request #656: SAMZA-1904: Added test case in TestLocalTable for l...

2018-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/656 ---

[GitHub] samza pull request #656: Samza 1904: Added test case in TestLocalTest for lo...

2018-09-24 Thread weisong44
GitHub user weisong44 opened a pull request: https://github.com/apache/samza/pull/656 Samza 1904: Added test case in TestLocalTest for low level API As per subject, adding a new test case that uses TaskApplication You can merge this pull request into a Git repository by running:

Re: Samza 1.0 Release

2018-09-24 Thread Yi Pan
+1 for 1.0! Thanks Rayman for sending out this email! P.S. @Tom, we are in the path to move closer to Kafka 1.0 by removing all deprecated SimpleConsumer client usage in 1.0. We will definitely keeping that target in mind after we stabilize the major features and APIs in this release. Thanks for

[GitHub] samza pull request #655: Samza-sql: Fixing join to work with udfs

2018-09-24 Thread atoomula
GitHub user atoomula opened a pull request: https://github.com/apache/samza/pull/655 Samza-sql: Fixing join to work with udfs You can merge this pull request into a Git repository by running: $ git pull https://github.com/atoomula/samza udf Alternatively you can review and ap

[GitHub] samza pull request #654: SAMZA-1901: Implementation of Samza SQL Shell

2018-09-24 Thread weiqingy
GitHub user weiqingy opened a pull request: https://github.com/apache/samza/pull/654 SAMZA-1901: Implementation of Samza SQL Shell ## What changes were proposed in this pull request? This PR includes two parts: - Current DSL converter does not support Sql query, which me