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 2022/04/01 12:56:12 UTC

[GitHub] [flink] lsyldliu opened a new pull request #19329: [FLINK-22318][table] Support RENAME column name for ALTER TABLE statement

lsyldliu opened a new pull request #19329:
URL: https://github.com/apache/flink/pull/19329


   ## What is the purpose of the change
   Support RENAME column name for ALTER TABLE statement
   
   ## Brief change log
   
   Support RENAME column name for ALTER TABLE statement
   
   ## Verifying this change
   
   This change added tests and can be verified as follows:
   
     - *Added uint tests  in SqlToOperationConverterTest*
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (y no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: ( no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes)
     - If yes, how is the feature documented? ( docs)
   


-- 
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 #19329: [FLINK-22318][table] Support RENAME column name for ALTER TABLE statement

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae9d6fee2e0bfe4066b185cabab170b91ed4564",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fae9d6fee2e0bfe4066b185cabab170b91ed4564",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fae9d6fee2e0bfe4066b185cabab170b91ed4564 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 #19329: [FLINK-22318][table] Support RENAME column name for ALTER TABLE statement

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae9d6fee2e0bfe4066b185cabab170b91ed4564",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34116",
       "triggerID" : "fae9d6fee2e0bfe4066b185cabab170b91ed4564",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fae9d6fee2e0bfe4066b185cabab170b91ed4564 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34116) 
   
   <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 #19329: [FLINK-22318][table] Support RENAME column name for ALTER TABLE statement

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae9d6fee2e0bfe4066b185cabab170b91ed4564",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34116",
       "triggerID" : "fae9d6fee2e0bfe4066b185cabab170b91ed4564",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ae35684951a5222b165af15c667c66ac09076958",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ae35684951a5222b165af15c667c66ac09076958",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fae9d6fee2e0bfe4066b185cabab170b91ed4564 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34116) 
   * ae35684951a5222b165af15c667c66ac09076958 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 #19329: [FLINK-22318][table] Support RENAME column name for ALTER TABLE statement

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae9d6fee2e0bfe4066b185cabab170b91ed4564",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34116",
       "triggerID" : "fae9d6fee2e0bfe4066b185cabab170b91ed4564",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fae9d6fee2e0bfe4066b185cabab170b91ed4564 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34116) 
   
   <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 #19329: [FLINK-22318][table] Support RENAME column name for ALTER TABLE statement

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "fae9d6fee2e0bfe4066b185cabab170b91ed4564",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34116",
       "triggerID" : "fae9d6fee2e0bfe4066b185cabab170b91ed4564",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ae35684951a5222b165af15c667c66ac09076958",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34140",
       "triggerID" : "ae35684951a5222b165af15c667c66ac09076958",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ae35684951a5222b165af15c667c66ac09076958 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34140) 
   
   <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 #19329: [FLINK-22318][table] Support RENAME column name for ALTER TABLE statement

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


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