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/05/28 01:58:41 UTC

[GitHub] [flink] SteNicholas opened a new pull request #12367: [FLINK-17960][document] Improve commands in the "Common Questions" document for PyFlink

SteNicholas opened a new pull request #12367:
URL: https://github.com/apache/flink/pull/12367


   ## What is the purpose of the change
   
   *Currently in "Common Questions" document, the command `$ setup-pyflink-virtual-env.sh` to run the script, which is not executable. It would be better to add download command and replace the command with `$ sh setup-pyflink-virtual-env.sh`.*
   
   ## Brief change log
   
     - *Modify script in `Preparing Python Virtual Environment` for "Common Questions" document with English and Chinese language.*
   
   ## Verifying this change
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / **no**)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: (yes / **no** / don't know)
     - The S3 file system connector: (yes / **no** / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / **no**)
     - If yes, how is the feature documented? (not applicable / **docs** / JavaDocs / not documented)
   


----------------------------------------------------------------
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



[GitHub] [flink] SteNicholas commented on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
SteNicholas commented on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-635671433


   @sjwiesman Could you please help to answer the question @hequn8128 mentioned? And help to review the pull request.


----------------------------------------------------------------
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



[GitHub] [flink] SteNicholas removed a comment on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
SteNicholas removed a comment on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-636436145


   @zentol Sorry for disturbing your work, I would like to confirm with you whether the value of ```{{ site.baseurl }}``` doesn't start with ```https:```.


----------------------------------------------------------------
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



[GitHub] [flink] hequn8128 merged pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
hequn8128 merged pull request #12367:
URL: https://github.com/apache/flink/pull/12367


   


----------------------------------------------------------------
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



[GitHub] [flink] flinkbot commented on pull request #12367: [FLINK-17960][document] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-635047488


   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 164103e96608f5dd8c00e020f55716de23bd3019 (Thu May 28 02:00:31 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



[GitHub] [flink] hequn8128 commented on a change in pull request #12367: [FLINK-17960][document] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
hequn8128 commented on a change in pull request #12367:
URL: https://github.com/apache/flink/pull/12367#discussion_r431566416



##########
File path: docs/dev/table/python/common_questions.md
##########
@@ -33,10 +33,11 @@ You can download a [convenience script]({{ site.baseurl }}/downloads/setup-pyfli
 You can specify the version parameter to generate a Python virtual environment required for the corresponding PyFlink version, otherwise the most recent version will be installed.
 
 {% highlight bash %}
+$ curl -O {{ site.baseurl }}/downloads/setup-pyflink-virtual-env.sh

Review comment:
       Not sure why {{ site.baseurl }} is missing in the HTML file. @sjwiesman Do you know how to generate the URL automatically? Thank you. 




----------------------------------------------------------------
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



[GitHub] [flink] hequn8128 commented on a change in pull request #12367: [FLINK-17960][document] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
hequn8128 commented on a change in pull request #12367:
URL: https://github.com/apache/flink/pull/12367#discussion_r431566416



##########
File path: docs/dev/table/python/common_questions.md
##########
@@ -33,10 +33,11 @@ You can download a [convenience script]({{ site.baseurl }}/downloads/setup-pyfli
 You can specify the version parameter to generate a Python virtual environment required for the corresponding PyFlink version, otherwise the most recent version will be installed.
 
 {% highlight bash %}
+$ curl -O {{ site.baseurl }}/downloads/setup-pyflink-virtual-env.sh

Review comment:
       Not sure why {{ site.baseurl }} is missing in the HTML file. @sjwiesman Do you know how to generate the URL automatically? Thanks. 




----------------------------------------------------------------
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



[GitHub] [flink] flinkbot edited a comment on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-635056734


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2313",
       "triggerID" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2326",
       "triggerID" : "4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 164103e96608f5dd8c00e020f55716de23bd3019 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2313) 
   * 4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2326) 
   
   <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



[GitHub] [flink] flinkbot edited a comment on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-635056734


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2313",
       "triggerID" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2326",
       "triggerID" : "4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2326) 
   
   <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



[GitHub] [flink] SteNicholas edited a comment on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
SteNicholas edited a comment on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-636436145


   @zentol Sorry for disturbing your work, I would like to confirm with you whether the value of ```{{ site.baseurl }}``` doesn't start with ```https:```.


----------------------------------------------------------------
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



[GitHub] [flink] sjwiesman commented on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
sjwiesman commented on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-635706005


   I’m not sure why it is not being templated. Unfortunately I am tied up with some urgent work and will not have time to look into this further before mid next week at the earliest. 


----------------------------------------------------------------
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



[GitHub] [flink] SteNicholas commented on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
SteNicholas commented on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-636436145


   @sjwiesman Sorry for disturbing your work, I would like to confirm with you whether the value of ```{{ site.baseurl }}``` doesn't start with ```https:``.


----------------------------------------------------------------
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



[GitHub] [flink] hequn8128 commented on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
hequn8128 commented on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-643906284


   @sjwiesman Thanks a lot for the review. Merging... 


----------------------------------------------------------------
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



[GitHub] [flink] SteNicholas edited a comment on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
SteNicholas edited a comment on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-636436145


   @sjwiesman Sorry for disturbing your work, I would like to confirm with you whether the value of ```{{ site.baseurl }}``` doesn't start with ```https:```.


----------------------------------------------------------------
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



[GitHub] [flink] flinkbot edited a comment on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-635056734


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2313",
       "triggerID" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2326",
       "triggerID" : "4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16",
       "triggerType" : "PUSH"
     }, {
       "hash" : "002f1ac7089b8a463d015a2901cbcbd6ae089991",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=3064",
       "triggerID" : "002f1ac7089b8a463d015a2901cbcbd6ae089991",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 002f1ac7089b8a463d015a2901cbcbd6ae089991 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=3064) 
   
   <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



[GitHub] [flink] SteNicholas commented on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
SteNicholas commented on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-640966933


   @sjwiesman Could you please review this pull request?


----------------------------------------------------------------
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



[GitHub] [flink] flinkbot edited a comment on pull request #12367: [FLINK-17960][document] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-635056734


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2313",
       "triggerID" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 164103e96608f5dd8c00e020f55716de23bd3019 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2313) 
   
   <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



[GitHub] [flink] flinkbot edited a comment on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-635056734


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2313",
       "triggerID" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2326",
       "triggerID" : "4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 164103e96608f5dd8c00e020f55716de23bd3019 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2313) 
   * 4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2326) 
   
   <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



[GitHub] [flink] flinkbot edited a comment on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-635056734






----------------------------------------------------------------
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



[GitHub] [flink] flinkbot commented on pull request #12367: [FLINK-17960][document] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-635056734


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 164103e96608f5dd8c00e020f55716de23bd3019 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



[GitHub] [flink] SteNicholas removed a comment on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
SteNicholas removed a comment on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-640966933


   @sjwiesman Could you please review this pull request?


----------------------------------------------------------------
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



[GitHub] [flink] flinkbot edited a comment on pull request #12367: [FLINK-17960][python][docs] Improve commands in the "Common Questions" document for PyFlink

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #12367:
URL: https://github.com/apache/flink/pull/12367#issuecomment-635056734


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2313",
       "triggerID" : "164103e96608f5dd8c00e020f55716de23bd3019",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 164103e96608f5dd8c00e020f55716de23bd3019 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2313) 
   * 4b6d0edc58e4ae0b5ab77f65a73f9219dd6eee16 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