[GitHub] samza pull request #891: SAMZA-2084: [Samza Sql] add logging when exceptions...

2019-01-23 Thread weiqingy
GitHub user weiqingy opened a pull request: https://github.com/apache/samza/pull/891 SAMZA-2084: [Samza Sql] add logging when exceptions are swallowed and rename util package ## What changes were proposed in this pull request? This PR is to resolve: 1) Samza Sql Shell: add

[GitHub] samza pull request #845: Supports environment variables for SqlExecutors.

2018-12-05 Thread weiqingy
GitHub user weiqingy opened a pull request: https://github.com/apache/samza/pull/845 Supports environment variables for SqlExecutors. ## What changes were proposed in this pull request? 1. User can now set environment variables for the shell itself and for any SqlExecutor, by

[GitHub] samza pull request #808: SAMZA-1999: Fix NullPointerException when sink is l...

2018-11-15 Thread weiqingy
GitHub user weiqingy opened a pull request: https://github.com/apache/samza/pull/808 SAMZA-1999: Fix NullPointerException when sink is log.outputstream ## What changes were proposed in this pull request? The PR is to fix a bug which throw out NullPointerException when sink is

[GitHub] samza pull request #732: SAMZA-1938: Support use cases to run multiple sql s...

2018-10-16 Thread weiqingy
GitHub user weiqingy opened a pull request: https://github.com/apache/samza/pull/732 SAMZA-1938: Support use cases to run multiple sql statements in one Samza job ## What changes were proposed in this pull request? This PR is to support the following user scenarios: 1

[GitHub] samza pull request #697: [WIP] SAMZA-1938: Support use cases to run multiple...

2018-10-16 Thread weiqingy
Github user weiqingy closed the pull request at: https://github.com/apache/samza/pull/697 ---

[GitHub] samza pull request #721: SAMZA-1937: Make DSL converter work when sql is a q...

2018-10-12 Thread weiqingy
GitHub user weiqingy opened a pull request: https://github.com/apache/samza/pull/721 SAMZA-1937: Make DSL converter work when sql is a query ## What changes were proposed in this pull request? To support the use case that users use Samza Sql Console or Samza Sql shell to

[GitHub] samza pull request #691: SAMZA-1937: Make DSL converter work when sql is a q...

2018-10-12 Thread weiqingy
Github user weiqingy closed the pull request at: https://github.com/apache/samza/pull/691 ---

[GitHub] samza pull request #697: SAMZA-1938: Support use cases to run multiple sql s...

2018-10-05 Thread weiqingy
GitHub user weiqingy opened a pull request: https://github.com/apache/samza/pull/697 SAMZA-1938: Support use cases to run multiple sql statements in one Samza job ## What changes were proposed in this pull request? This PR is to support the following user scenarios: 1

[GitHub] samza pull request #691: SAMZA-1937: Make DSL converter work when sql is a q...

2018-10-04 Thread weiqingy
GitHub user weiqingy opened a pull request: https://github.com/apache/samza/pull/691 SAMZA-1937: Make DSL converter work when sql is a query ## What changes were proposed in this pull request? To support the use case that users use Samza Sql Console or Samza Sql shell to

[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

[GitHub] samza pull request #616: SAMZA-1821: fix the IllegalStateException complaini...

2018-08-24 Thread weiqingy
GitHub user weiqingy opened a pull request: https://github.com/apache/samza/pull/616 SAMZA-1821: fix the IllegalStateException complaining duplicate key when fetching systemStream configs This PR is to fix IllegalStateException complaining duplicate key when fetching resource