You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/06 14:36:30 UTC

[GitHub] [flink] yangjf2019 opened a new pull request #11033: [hotfix][docs] Fix some typos in state_processor_api docs

yangjf2019 opened a new pull request #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033
 
 
   <!--
   *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution in the best possible way, please go through the checklist below, which will get the contribution into a shape in which it can be best reviewed.*
   
   *Please understand that we do not do this to make contributions to Flink a hassle. In order to uphold a high standard of quality for code contributions, while at the same time managing a large number of contributions, we need contributors to prepare the contributions well, and give reviewers enough contextual information for the review. Please also understand that contributions that do not follow this guide will take longer to review and thus typically be picked up with lower priority by the community.*
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [JIRA issue](https://issues.apache.org/jira/projects/FLINK/issues). Exceptions are made for typos in JavaDoc or documentation files, which need no JIRA issue.
     
     - Name the pull request in the form "[FLINK-XXXX] [component] Title of the pull request", where *FLINK-XXXX* should be replaced by the actual issue number. Skip *component* if you are unsure about which is the best component.
     Typo fixes that have no associated JIRA issue should be named following this pattern: `[hotfix] [docs] Fix typo in event time introduction` or `[hotfix] [javadocs] Expand JavaDoc for PuncuatedWatermarkGenerator`.
   
     - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
     
     - Make sure that the change passes the automated tests, i.e., `mvn clean verify` passes. You can set up Travis CI to do that following [this guide](https://flink.apache.org/contributing/contribute-code.html#open-a-pull-request).
   
     - Each pull request should address only one issue, not mix up code from multiple issues.
     
     - Each commit in the pull request has a meaningful commit message (including the JIRA id)
   
     - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
   
   
   **(The sections below can be removed for hotfixes of typos)**
   -->
   
   ## What is the purpose of the change
   
   * Fix some typos in state_processor_api docs.
   
   ## Brief change log
   
   *I modified the "docs/dev/libs/state_processor_api.md" and  "docs/dev/libs/state_processor_api.zh.md"  file .*
   
   
   ## Verifying this change
   
   *I have verified the changes by starting the build script in preview mode.*
   
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not applicable)
   Hi, @wuchong  @tillrohrmann  Please take a look,Thank you very much :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] NicoK commented on a change in pull request #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
NicoK commented on a change in pull request #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#discussion_r376382434
 
 

 ##########
 File path: docs/dev/libs/state_processor_api.md
 ##########
 @@ -345,7 +345,7 @@ class ReaderFunction extends KeyedStateReaderFunction[Integer, KeyedState] {
   override def processKey(
     key: Int,
     ctx: Context,
-    out: Collector[Keyedstate]): Unit {
+    out: Collector[Keyedstate]): Unit ={
 
 Review comment:
   ```suggestion
       out: Collector[Keyedstate]): Unit = {
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] NicoK commented on a change in pull request #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
NicoK commented on a change in pull request #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#discussion_r376381200
 
 

 ##########
 File path: docs/dev/libs/state_processor_api.md
 ##########
 @@ -253,16 +253,16 @@ class StatefulFunctionWithTime extends KeyedProcessFunction[Integer, Integer, Vo
    var updateTimes: ListState[Long] = _ 
 
    @throws[Exception]
-   override def open(parameters: Configuration): Unit {
+   override def open(parameters: Configuration): Unit ={
 
 Review comment:
   ```suggestion
      override def open(parameters: Configuration): Unit = {
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#issuecomment-582952371
 
 
   <!--
   Meta data
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   -->
   ## CI report:
   
   * be6492632e0def70ede6af8e5ffd59d52ea52bca UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] NicoK commented on a change in pull request #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
NicoK commented on a change in pull request #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#discussion_r376382363
 
 

 ##########
 File path: docs/dev/libs/state_processor_api.zh.md
 ##########
 @@ -345,7 +345,7 @@ class ReaderFunction extends KeyedStateReaderFunction[Integer, KeyedState] {
   override def processKey(
     key: Int,
     ctx: Context,
-    out: Collector[Keyedstate]): Unit {
+    out: Collector[Keyedstate]): Unit ={
 
 Review comment:
   ```suggestion
       out: Collector[Keyedstate]): Unit = {
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#issuecomment-582952371
 
 
   <!--
   Meta data
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147743828 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   -->
   ## CI report:
   
   * be6492632e0def70ede6af8e5ffd59d52ea52bca Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147743828) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#issuecomment-582952371
 
 
   <!--
   Meta data
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147743828 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   Hash:f0106c935a7aa2e9f9686d368e21606ebda3bfcb Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:f0106c935a7aa2e9f9686d368e21606ebda3bfcb
   -->
   ## CI report:
   
   * be6492632e0def70ede6af8e5ffd59d52ea52bca Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147743828) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912) 
   * f0106c935a7aa2e9f9686d368e21606ebda3bfcb UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] NicoK merged pull request #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
NicoK merged pull request #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] NicoK commented on a change in pull request #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
NicoK commented on a change in pull request #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#discussion_r376382171
 
 

 ##########
 File path: docs/dev/libs/state_processor_api.zh.md
 ##########
 @@ -253,16 +253,16 @@ class StatefulFunctionWithTime extends KeyedProcessFunction[Integer, Integer, Vo
    var updateTimes: ListState[Long] = _ 
 
    @throws[Exception]
-   override def open(parameters: Configuration): Unit {
+   override def open(parameters: Configuration): Unit ={
 
 Review comment:
   ```suggestion
      override def open(parameters: Configuration): Unit = {
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#issuecomment-582935054
 
 
   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit be6492632e0def70ede6af8e5ffd59d52ea52bca (Thu Feb 06 14:38:22 UTC 2020)
   
    ✅no warnings
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#issuecomment-582952371
 
 
   <!--
   Meta data
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147743828 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   Hash:f0106c935a7aa2e9f9686d368e21606ebda3bfcb Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4951 TriggerType:PUSH TriggerID:f0106c935a7aa2e9f9686d368e21606ebda3bfcb
   Hash:f0106c935a7aa2e9f9686d368e21606ebda3bfcb Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147923903 TriggerType:PUSH TriggerID:f0106c935a7aa2e9f9686d368e21606ebda3bfcb
   Hash:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147928673 TriggerType:PUSH TriggerID:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544
   Hash:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4955 TriggerType:PUSH TriggerID:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544
   -->
   ## CI report:
   
   * be6492632e0def70ede6af8e5ffd59d52ea52bca Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147743828) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912) 
   * f0106c935a7aa2e9f9686d368e21606ebda3bfcb Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147923903) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4951) 
   * 8a53dd883b3ce65d5a59de1f379c4aa2d76fc544 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147928673) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4955) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] NicoK commented on issue #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
NicoK commented on issue #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#issuecomment-583388282
 
 
   @flinkbot approve all

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#issuecomment-582952371
 
 
   <!--
   Meta data
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147743828 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   Hash:f0106c935a7aa2e9f9686d368e21606ebda3bfcb Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4951 TriggerType:PUSH TriggerID:f0106c935a7aa2e9f9686d368e21606ebda3bfcb
   Hash:f0106c935a7aa2e9f9686d368e21606ebda3bfcb Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147923903 TriggerType:PUSH TriggerID:f0106c935a7aa2e9f9686d368e21606ebda3bfcb
   Hash:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544
   -->
   ## CI report:
   
   * be6492632e0def70ede6af8e5ffd59d52ea52bca Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147743828) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912) 
   * f0106c935a7aa2e9f9686d368e21606ebda3bfcb Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147923903) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4951) 
   * 8a53dd883b3ce65d5a59de1f379c4aa2d76fc544 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#issuecomment-582952371
 
 
   <!--
   Meta data
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147743828 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   Hash:f0106c935a7aa2e9f9686d368e21606ebda3bfcb Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4951 TriggerType:PUSH TriggerID:f0106c935a7aa2e9f9686d368e21606ebda3bfcb
   Hash:f0106c935a7aa2e9f9686d368e21606ebda3bfcb Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147923903 TriggerType:PUSH TriggerID:f0106c935a7aa2e9f9686d368e21606ebda3bfcb
   Hash:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147928673 TriggerType:PUSH TriggerID:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544
   Hash:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4955 TriggerType:PUSH TriggerID:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544
   -->
   ## CI report:
   
   * be6492632e0def70ede6af8e5ffd59d52ea52bca Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147743828) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912) 
   * f0106c935a7aa2e9f9686d368e21606ebda3bfcb Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147923903) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4951) 
   * 8a53dd883b3ce65d5a59de1f379c4aa2d76fc544 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147928673) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4955) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#issuecomment-582952371
 
 
   <!--
   Meta data
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147743828 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   -->
   ## CI report:
   
   * be6492632e0def70ede6af8e5ffd59d52ea52bca Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147743828) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11033: [hotfix][docs] Fix some typos in state_processor_api docs

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11033: [hotfix][docs]  Fix some typos in state_processor_api docs
URL: https://github.com/apache/flink/pull/11033#issuecomment-582952371
 
 
   <!--
   Meta data
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147743828 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   Hash:be6492632e0def70ede6af8e5ffd59d52ea52bca Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912 TriggerType:PUSH TriggerID:be6492632e0def70ede6af8e5ffd59d52ea52bca
   Hash:f0106c935a7aa2e9f9686d368e21606ebda3bfcb Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4951 TriggerType:PUSH TriggerID:f0106c935a7aa2e9f9686d368e21606ebda3bfcb
   Hash:f0106c935a7aa2e9f9686d368e21606ebda3bfcb Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147923903 TriggerType:PUSH TriggerID:f0106c935a7aa2e9f9686d368e21606ebda3bfcb
   Hash:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147928673 TriggerType:PUSH TriggerID:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544
   Hash:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4955 TriggerType:PUSH TriggerID:8a53dd883b3ce65d5a59de1f379c4aa2d76fc544
   -->
   ## CI report:
   
   * be6492632e0def70ede6af8e5ffd59d52ea52bca Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147743828) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4912) 
   * f0106c935a7aa2e9f9686d368e21606ebda3bfcb Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147923903) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4951) 
   * 8a53dd883b3ce65d5a59de1f379c4aa2d76fc544 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147928673) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4955) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services