GitHub user tdas opened a pull request:
https://github.com/apache/spark/pull/15895
[SPARK-18459][Structured Streaming] Rename triggerId to batchId in
StreamingQueryStatus.triggerDetails
## What changes were proposed in this pull request?
triggerId seems like a number that should be increasing with each trigger,
whether or not there is data in it. However, actually, triggerId increases only
where there is a batch of data in a trigger. So its better to rename it to
batchId.
## How was this patch tested?
Existing unit tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tdas/spark SPARK-18459
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/15895.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 #15895
----
commit 8c4c77e810f981e590995455790c615104bc1678
Author: Tathagata Das <[email protected]>
Date: 2016-11-16T00:39:11Z
Renamed triggerId to batchId
commit 2064cf15eecf1e0b39a1c64264e9cb2e2f5aca58
Author: Tathagata Das <[email protected]>
Date: 2016-11-16T00:57:02Z
Minor fix
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]