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 2021/10/25 14:43:03 UTC

[GitHub] [flink] RocMarshal opened a new pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

RocMarshal opened a new pull request #17560:
URL: https://github.com/apache/flink/pull/17560


   <!--
   *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 Azure Pipelines CI to do that following [this guide](https://cwiki.apache.org/confluence/display/FLINK/Azure+Pipelines#AzurePipelines-Tutorial:SettingupAzurePipelinesforaforkoftheFlinkrepository).
   
     - 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
   
   *(For example: This pull request makes task deployment go through the blob server, rather than through RPC. That way we avoid re-transferring them on each deployment (during recovery).)*
   
   
   ## Brief change log
   
   *(for example:)*
     - *The TaskInfo is stored in the blob store on job creation time as a persistent artifact*
     - *Deployments RPC transmits only the blob storage reference*
     - *TaskManagers retrieve the TaskInfo from the blob cache*
   
   
   ## Verifying this change
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
     - *Added integration tests for end-to-end deployment with large payloads (100MB)*
     - *Extended integration test for recovery after master (JobManager) failure*
     - *Added test that validates that TaskInfo is transferred only once across recoveries*
     - *Manually verified the change by running a 4 node cluser with 2 JobManagers and 4 TaskManagers, a stateful streaming program, and killing one JobManager and two TaskManagers during the execution, verifying that recovery happens correctly.*
   
   ## 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, 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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425) 
   * fa9e6f15fb8300ace5f8484289f02474d53a38bf UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6207c0492807434173487d39e7f2f53b1a60d50c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146) 
   * 2f7d301efba608404032a246c8204b2ce62b8a25 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3317bb65554da811f10ad2f1b19cc2435a0b7c82 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166) 
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 857261c687281b4a9247e370f8597f6090855460 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "1025049954",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30479",
       "triggerID" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99b93edad3834e69c4a97f310947e3ecddbae62f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33292",
       "triggerID" : "99b93edad3834e69c4a97f310947e3ecddbae62f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a53c387b227bdef82dfa08766513fa78e5869e2b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33345",
       "triggerID" : "a53c387b227bdef82dfa08766513fa78e5869e2b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a53c387b227bdef82dfa08766513fa78e5869e2b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33345) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] RocMarshal edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   Could you @wuchong @Airblader  help me to review this PR? 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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "1025049954",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30479",
       "triggerID" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99b93edad3834e69c4a97f310947e3ecddbae62f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33292",
       "triggerID" : "99b93edad3834e69c4a97f310947e3ecddbae62f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a53c387b227bdef82dfa08766513fa78e5869e2b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a53c387b227bdef82dfa08766513fa78e5869e2b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 99b93edad3834e69c4a97f310947e3ecddbae62f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33292) 
   * a53c387b227bdef82dfa08766513fa78e5869e2b UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "1025049954",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30479",
       "triggerID" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99b93edad3834e69c4a97f310947e3ecddbae62f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33292",
       "triggerID" : "99b93edad3834e69c4a97f310947e3ecddbae62f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a53c387b227bdef82dfa08766513fa78e5869e2b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33345",
       "triggerID" : "a53c387b227bdef82dfa08766513fa78e5869e2b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 99b93edad3834e69c4a97f310947e3ecddbae62f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33292) 
   * a53c387b227bdef82dfa08766513fa78e5869e2b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33345) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "1025049954",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30479",
       "triggerID" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99b93edad3834e69c4a97f310947e3ecddbae62f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "99b93edad3834e69c4a97f310947e3ecddbae62f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c2edf18f8b15d31568a71eaf0df79de904982e84 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30479) 
   * 99b93edad3834e69c4a97f310947e3ecddbae62f UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fa9e6f15fb8300ace5f8484289f02474d53a38bf Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088) 
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   * 6207c0492807434173487d39e7f2f53b1a60d50c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e9db2dbef49490c8f65278c19951dd7435e2714c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247) 
   * baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162) 
   * 3317bb65554da811f10ad2f1b19cc2435a0b7c82 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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






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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c84c049b1b22c96e3a9b98bf813251d80d813b09 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 5f41ac8da7dabdc2446e14e20c900fce3360a46b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 5f41ac8da7dabdc2446e14e20c900fce3360a46b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c84c049b1b22c96e3a9b98bf813251d80d813b09 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485) 
   * e4f9a901e37d1331d461653965a701037670bc6c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4f9a901e37d1331d461653965a701037670bc6c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4f9a901e37d1331d461653965a701037670bc6c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486) 
   * 5f41ac8da7dabdc2446e14e20c900fce3360a46b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 5f41ac8da7dabdc2446e14e20c900fce3360a46b Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5f41ac8da7dabdc2446e14e20c900fce3360a46b Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490) 
   * 857261c687281b4a9247e370f8597f6090855460 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   * 6207c0492807434173487d39e7f2f53b1a60d50c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2f7d301efba608404032a246c8204b2ce62b8a25 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160) 
   * 99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3317bb65554da811f10ad2f1b19cc2435a0b7c82 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166) 
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   * 6207c0492807434173487d39e7f2f53b1a60d50c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3317bb65554da811f10ad2f1b19cc2435a0b7c82 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166) 
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3317bb65554da811f10ad2f1b19cc2435a0b7c82 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166) 
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3317bb65554da811f10ad2f1b19cc2435a0b7c82 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166) 
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] RocMarshal commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   Could someone help me to review this PR? 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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] RocMarshal commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   @MartijnVisser 
   
   Thank you very much for your reply. I guess you misunderstood it. You are very active in the community, this sign of authority indicates your familiarity with the community and the plan. I'm just looking for someone who can be familiar with this area to advance pr. In other words, I hope you can recommend a contributor who is familiar with the relevant modules to promote together. I don't know what call frequency is noise. If you know, any suggestion is appreciated. Or we need a mapping list of modules to related more active personnel to find accurately people who can communicate. IMO, this will be also helpful to solve the problem of so many PR(about 700) at present. 
   
   The same thorny things will happen in reviewing pr. For example, some issues need final discussion or final checking, but because the last step is not in time, conflicts caused by other changes will occur to it when merging. This will make the advance time of the whole PR increase linearly, and it will also increase the burden on authors and reviewers. This is undoubtedly a slow unhealthy cycle.
   
   Again, Thank you very much for your attention.


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425) 
   * fa9e6f15fb8300ace5f8484289f02474d53a38bf Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   * 6207c0492807434173487d39e7f2f53b1a60d50c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162) 
   * 3317bb65554da811f10ad2f1b19cc2435a0b7c82 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166) 
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3317bb65554da811f10ad2f1b19cc2435a0b7c82 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166) 
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fa9e6f15fb8300ace5f8484289f02474d53a38bf Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] RocMarshal commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   @flinkbot run azure


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] lsyldliu commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   @RocMarshal Thanks for your contribution, I will take a look for this PR, please be patient.
   
   


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 857261c687281b4a9247e370f8597f6090855460 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805) 
   * e9db2dbef49490c8f65278c19951dd7435e2714c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3317bb65554da811f10ad2f1b19cc2435a0b7c82 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166) 
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6207c0492807434173487d39e7f2f53b1a60d50c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146) 
   * 2f7d301efba608404032a246c8204b2ce62b8a25 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160) 
   * 99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   * 6207c0492807434173487d39e7f2f53b1a60d50c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   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 1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f (Mon Oct 25 14:46:48 UTC 2021)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] RocMarshal edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   Could you @slinkydeveloper  help me to review this PR? 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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c84c049b1b22c96e3a9b98bf813251d80d813b09 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485) 
   * e4f9a901e37d1331d461653965a701037670bc6c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4f9a901e37d1331d461653965a701037670bc6c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486) 
   * 5f41ac8da7dabdc2446e14e20c900fce3360a46b UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] RocMarshal commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   @flinkbot run azure


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] RocMarshal commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   Please let me know what is your expectation in the  jira. thx a lot.


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "1025049954",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30479",
       "triggerID" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99b93edad3834e69c4a97f310947e3ecddbae62f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33292",
       "triggerID" : "99b93edad3834e69c4a97f310947e3ecddbae62f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 99b93edad3834e69c4a97f310947e3ecddbae62f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33292) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "1025049954",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "1025049954",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] RocMarshal removed a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   Hi, @wuchong Could you  help me to review this PR? 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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162) 
   * 3317bb65554da811f10ad2f1b19cc2435a0b7c82 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171) 
   * c84c049b1b22c96e3a9b98bf813251d80d813b09 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] lsyldliu commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   Thanks for your contribution, this PR is a bit big, we can break it down into two, first pr supports add column syntax, then the second supports convert SqlNode to Operation. I took a brief glance at the code and the implementation at the calcite syntax level is a bit short of expectations. Therefore, I suggest that I do the add column syntax first, and then you implement the second PR, how do you feel about it?


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] lsyldliu commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   @RocMarshal Thanks for your contribution, I will take a look for this PR, please be patient.
   
   


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] MartijnVisser commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   Thank you for your contribution @RocMarshal - Please don't ping multiple people. It can be quite annoying for people who are working on open source contributions and can actually cause people to ignore these types of pings. As you can see (based on the number of open PRs), there are a lot of open items that need attention. Everyone tries their best to get as many contributions in as possible. I'm not sure that this can be reviewed before the release-1.15 branch is cut (beginning of February). 


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5f41ac8da7dabdc2446e14e20c900fce3360a46b Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490) 
   * 857261c687281b4a9247e370f8597f6090855460 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e9db2dbef49490c8f65278c19951dd7435e2714c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "1025049954",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] RocMarshal edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   Could you @twalthr  @Airblader  help me to review this PR? 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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   * 6207c0492807434173487d39e7f2f53b1a60d50c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3317bb65554da811f10ad2f1b19cc2435a0b7c82 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166) 
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   * 6207c0492807434173487d39e7f2f53b1a60d50c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162) 
   * 3317bb65554da811f10ad2f1b19cc2435a0b7c82 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166) 
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6207c0492807434173487d39e7f2f53b1a60d50c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146) 
   * 2f7d301efba608404032a246c8204b2ce62b8a25 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3317bb65554da811f10ad2f1b19cc2435a0b7c82 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166) 
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5f41ac8da7dabdc2446e14e20c900fce3360a46b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "1025049954",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30479",
       "triggerID" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454) 
   * c2edf18f8b15d31568a71eaf0df79de904982e84 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30479) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "1025049954",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454) 
   * c2edf18f8b15d31568a71eaf0df79de904982e84 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "1025049954",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30479",
       "triggerID" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c2edf18f8b15d31568a71eaf0df79de904982e84 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30479) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e9db2dbef49490c8f65278c19951dd7435e2714c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247) 
   * baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 857261c687281b4a9247e370f8597f6090855460 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805) 
   * e9db2dbef49490c8f65278c19951dd7435e2714c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] RocMarshal commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   Hi, @wuchong Could you  help me to review this PR? 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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] lsyldliu edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   @RocMarshal Thanks for your contribution, this PR is a bit big, we can break it down into two, first pr supports add column syntax, then the second supports convert SqlNode to Operation. I took a brief glance at the code and the implementation at the calcite syntax level is a bit short of expectations. Therefore, I suggest that I do the add column syntax first, and then you implement the second PR, how do you feel about it?


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29486",
       "triggerID" : "e4f9a901e37d1331d461653965a701037670bc6c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "5f41ac8da7dabdc2446e14e20c900fce3360a46b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29490",
       "triggerID" : "1013785769",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "857261c687281b4a9247e370f8597f6090855460",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29805",
       "triggerID" : "857261c687281b4a9247e370f8597f6090855460",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30247",
       "triggerID" : "e9db2dbef49490c8f65278c19951dd7435e2714c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "baad6b1b8c7c4ba297e0068f5b0bc5ccb18e5e9f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30454",
       "triggerID" : "1025049954",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30479",
       "triggerID" : "c2edf18f8b15d31568a71eaf0df79de904982e84",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99b93edad3834e69c4a97f310947e3ecddbae62f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33292",
       "triggerID" : "99b93edad3834e69c4a97f310947e3ecddbae62f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c2edf18f8b15d31568a71eaf0df79de904982e84 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30479) 
   * 99b93edad3834e69c4a97f310947e3ecddbae62f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33292) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485",
       "triggerID" : "c84c049b1b22c96e3a9b98bf813251d80d813b09",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27171) 
   * c84c049b1b22c96e3a9b98bf813251d80d813b09 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29485) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] RocMarshal commented on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   @MartijnVisser Anyone help to review this pull request ? Thx.


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   * 6207c0492807434173487d39e7f2f53b1a60d50c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160) 
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   * 6207c0492807434173487d39e7f2f53b1a60d50c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6207c0492807434173487d39e7f2f53b1a60d50c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137) 
   * ffc0ffe06f926464b85c3293ad4cd57d41e28f71 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6207c0492807434173487d39e7f2f53b1a60d50c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146) 
   * 2f7d301efba608404032a246c8204b2ce62b8a25 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160) 
   * 99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     }, {
       "hash" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "47df95fe1740f7a39b7af365827a4821d3a93f67",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   * 47df95fe1740f7a39b7af365827a4821d3a93f67 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26160",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27137",
       "triggerID" : "f60a7b1da9e2037a5451bb2a8a52e08d6930c8a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27140",
       "triggerID" : "ffc0ffe06f926464b85c3293ad4cd57d41e28f71",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27146",
       "triggerID" : "6207c0492807434173487d39e7f2f53b1a60d50c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27160",
       "triggerID" : "2f7d301efba608404032a246c8204b2ce62b8a25",
       "triggerType" : "PUSH"
     }, {
       "hash" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27162",
       "triggerID" : "99f7650c9b2b0a6a800e6681fb6d413b4e3cbca1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27166",
       "triggerID" : "3317bb65554da811f10ad2f1b19cc2435a0b7c82",
       "triggerType" : "PUSH"
     }, {
       "hash" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167",
       "triggerID" : "17d133d3127419f50b0040f5d1e4dcf459b03150",
       "triggerType" : "PUSH"
     }, {
       "hash" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170",
       "triggerID" : "81b2ccb470cf6459f290ceca6c99bff94785df21",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 17d133d3127419f50b0040f5d1e4dcf459b03150 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27167) 
   * 81b2ccb470cf6459f290ceca6c99bff94785df21 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=27170) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #17560: [FLINK-22315][table] Support ADD column/constraint/watermark for ALTER TABLE statement.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=25425",
       "triggerID" : "1e594013c3d2aaf43c3a537cd0f1dff033b3ef4f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088",
       "triggerID" : "fa9e6f15fb8300ace5f8484289f02474d53a38bf",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e4c2a930b6421b410e1e11c65c99b5008fc361b5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fa9e6f15fb8300ace5f8484289f02474d53a38bf Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=26088) 
   * e4c2a930b6421b410e1e11c65c99b5008fc361b5 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org