spark git commit: [SPARK-22094][SS] processAllAvailable should check the query state

2017-09-21 Thread zsxwing
Repository: spark Updated Branches: refs/heads/branch-2.2 765fd92e7 -> 090b987e6 [SPARK-22094][SS] processAllAvailable should check the query state `processAllAvailable` should also check the query state and if the query is stopped, it should return. The new unit test. Author: Shixiong Zhu

spark git commit: [SPARK-22094][SS] processAllAvailable should check the query state

2017-09-21 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master f32a84250 -> fedf6961b [SPARK-22094][SS] processAllAvailable should check the query state ## What changes were proposed in this pull request? `processAllAvailable` should also check the query state and if the query is stopped, it should