GitHub user viirya opened a pull request: https://github.com/apache/spark/pull/19336
[SPARK-21947][SS] Check and report error when monotonically_increasing_id is used in streaming query ## What changes were proposed in this pull request? `monotonically_increasing_id` doesn't work in Structured Streaming. We should throw an exception if a streaming query uses it. ## How was this patch tested? Added test. You can merge this pull request into a Git repository by running: $ git pull https://github.com/viirya/spark-1 SPARK-21947 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/19336.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 #19336 ---- commit 1a0c400b37b0c49cdb5e39c16600e9b81b97b16b Author: Liang-Chi Hsieh <vii...@gmail.com> Date: 2017-09-25T04:42:35Z Check and report error when monotonically_increasing_id is used in streaming query. ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org