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

[GitHub] [flink] JingsongLi opened a new pull request #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

JingsongLi opened a new pull request #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055
 
 
   
   ## What is the purpose of the change
   
   Remove deprecated methods in ConnectTableDescriptor.
   
   Discuss thread: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-Remove-registration-of-TableSource-TableSink-in-Table-Env-and-ConnectTableDescriptor-td37270.html
   
   ## Verifying this change
   
   This change is a code cleanup without any test coverage.
   
   ## 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, Yarn/Mesos, ZooKeeper: (yes / **no** / don't know)
     - The S3 file system connector: (yes / **no** / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / **no**)

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


With regards,
Apache Git Services

[GitHub] [flink] docete commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
docete commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-585013817
 
 
   Also remove Registration#createTableSource and Registration#createTableSink ?
   

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


With regards,
Apache Git Services

[GitHub] [flink] JingsongLi commented on a change in pull request #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on a change in pull request #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#discussion_r377611771
 
 

 ##########
 File path: flink-python/pyflink/table/tests/test_descriptor.py
 ##########
 @@ -963,7 +963,7 @@ def test_register_table_source_and_register_table_sink(self):
                           .field("a", DataTypes.INT())
                           .field("b", DataTypes.STRING())
                           .field("c", DataTypes.STRING()))\
-             .register_table_source("source")
+             .create_temporary_table("source")
 
 Review comment:
   Nice, will do.

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148347309 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:CANCELED URL:https://travis-ci.com/flink-ci/flink/builds/148370334 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/148375120 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148347309) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042) 
   * 2e461d063ab2732fcecbcfaa70fe808c82df6fbb Travis: [CANCELED](https://travis-ci.com/flink-ci/flink/builds/148370334) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052) 
   * 79f98dbb4f7695cd082c484996d66dc8b5318056 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/148375120) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] dianfu commented on a change in pull request #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
dianfu commented on a change in pull request #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#discussion_r377606508
 
 

 ##########
 File path: flink-python/pyflink/table/tests/test_descriptor.py
 ##########
 @@ -963,7 +963,7 @@ def test_register_table_source_and_register_table_sink(self):
                           .field("a", DataTypes.INT())
                           .field("b", DataTypes.STRING())
                           .field("c", DataTypes.STRING()))\
-             .register_table_source("source")
+             .create_temporary_table("source")
 
 Review comment:
   What about removing test_register_table_source_and_register_table_sink and renaming test_register_table_source_and_sink to test_register_temporary_table?

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584551805
 
 
   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 ff83531840d16c504cb18adc21e7e9a4271cf53f (Tue Feb 11 09:47:54 UTC 2020)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
    * **This pull request references an unassigned [Jira ticket](https://issues.apache.org/jira/browse/FLINK-15990).** According to the [code contribution guide](https://flink.apache.org/contributing/contribute-code.html), tickets need to be assigned before starting with the implementation work.
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148347309 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:CANCELED URL:https://travis-ci.com/flink-ci/flink/builds/148370334 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148375120 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/148395478 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148347309) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042) 
   * 2e461d063ab2732fcecbcfaa70fe808c82df6fbb Travis: [CANCELED](https://travis-ci.com/flink-ci/flink/builds/148370334) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052) 
   * 79f98dbb4f7695cd082c484996d66dc8b5318056 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148375120) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057) 
   * 30282d1b1d5722c3e03a2746f4a42a78384e6e7e Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/148395478) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148347309 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:CANCELED URL:https://travis-ci.com/flink-ci/flink/builds/148370334 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148375120 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148395478 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   Hash:959e1df0dfbea63840bae945e616322c017de740 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/148508985 TriggerType:PUSH TriggerID:959e1df0dfbea63840bae945e616322c017de740
   Hash:959e1df0dfbea63840bae945e616322c017de740 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5080 TriggerType:PUSH TriggerID:959e1df0dfbea63840bae945e616322c017de740
   Hash:654aabe49679c59b2df80dd304f1721ce3c10a98 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:654aabe49679c59b2df80dd304f1721ce3c10a98
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148347309) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042) 
   * 2e461d063ab2732fcecbcfaa70fe808c82df6fbb Travis: [CANCELED](https://travis-ci.com/flink-ci/flink/builds/148370334) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052) 
   * 79f98dbb4f7695cd082c484996d66dc8b5318056 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148375120) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057) 
   * 30282d1b1d5722c3e03a2746f4a42a78384e6e7e Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148395478) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066) 
   * 959e1df0dfbea63840bae945e616322c017de740 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/148508985) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5080) 
   * 654aabe49679c59b2df80dd304f1721ce3c10a98 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148347309 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:CANCELED URL:https://travis-ci.com/flink-ci/flink/builds/148370334 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148375120 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148395478 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148347309) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042) 
   * 2e461d063ab2732fcecbcfaa70fe808c82df6fbb Travis: [CANCELED](https://travis-ci.com/flink-ci/flink/builds/148370334) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052) 
   * 79f98dbb4f7695cd082c484996d66dc8b5318056 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148375120) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057) 
   * 30282d1b1d5722c3e03a2746f4a42a78384e6e7e Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148395478) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148347309 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:CANCELED URL:https://travis-ci.com/flink-ci/flink/builds/148370334 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148375120 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148395478 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   Hash:959e1df0dfbea63840bae945e616322c017de740 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148508985 TriggerType:PUSH TriggerID:959e1df0dfbea63840bae945e616322c017de740
   Hash:959e1df0dfbea63840bae945e616322c017de740 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5080 TriggerType:PUSH TriggerID:959e1df0dfbea63840bae945e616322c017de740
   Hash:654aabe49679c59b2df80dd304f1721ce3c10a98 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148517282 TriggerType:PUSH TriggerID:654aabe49679c59b2df80dd304f1721ce3c10a98
   Hash:654aabe49679c59b2df80dd304f1721ce3c10a98 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5085 TriggerType:PUSH TriggerID:654aabe49679c59b2df80dd304f1721ce3c10a98
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148347309) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042) 
   * 2e461d063ab2732fcecbcfaa70fe808c82df6fbb Travis: [CANCELED](https://travis-ci.com/flink-ci/flink/builds/148370334) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052) 
   * 79f98dbb4f7695cd082c484996d66dc8b5318056 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148375120) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057) 
   * 30282d1b1d5722c3e03a2746f4a42a78384e6e7e Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148395478) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066) 
   * 959e1df0dfbea63840bae945e616322c017de740 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148508985) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5080) 
   * 654aabe49679c59b2df80dd304f1721ce3c10a98 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148517282) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5085) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] dianfu commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
dianfu commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584620126
 
 
   @JingsongLi Thanks for the quick update! +1 from my side.

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148347309 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:CANCELED URL:https://travis-ci.com/flink-ci/flink/builds/148370334 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148375120 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148347309) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042) 
   * 2e461d063ab2732fcecbcfaa70fe808c82df6fbb Travis: [CANCELED](https://travis-ci.com/flink-ci/flink/builds/148370334) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052) 
   * 79f98dbb4f7695cd082c484996d66dc8b5318056 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148375120) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057) 
   * 30282d1b1d5722c3e03a2746f4a42a78384e6e7e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] KurtYoung merged pull request #11055: [FLINK-15990][table][python] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
KurtYoung merged pull request #11055: [FLINK-15990][table][python] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055
 
 
   

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


With regards,
Apache Git Services

[GitHub] [flink] dianfu commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
dianfu commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584607034
 
 
   @JingsongLi Thanks for the PR. There are still a few files which should also be updated, e.g. test_udf.py, test_table_environment_api.py, python_shell.md, etc. Could you search the key words and make sure that all places are updated? 

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148347309 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:CANCELED URL:https://travis-ci.com/flink-ci/flink/builds/148370334 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148375120 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148395478 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   Hash:959e1df0dfbea63840bae945e616322c017de740 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148508985 TriggerType:PUSH TriggerID:959e1df0dfbea63840bae945e616322c017de740
   Hash:959e1df0dfbea63840bae945e616322c017de740 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5080 TriggerType:PUSH TriggerID:959e1df0dfbea63840bae945e616322c017de740
   Hash:654aabe49679c59b2df80dd304f1721ce3c10a98 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/148517282 TriggerType:PUSH TriggerID:654aabe49679c59b2df80dd304f1721ce3c10a98
   Hash:654aabe49679c59b2df80dd304f1721ce3c10a98 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5085 TriggerType:PUSH TriggerID:654aabe49679c59b2df80dd304f1721ce3c10a98
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148347309) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042) 
   * 2e461d063ab2732fcecbcfaa70fe808c82df6fbb Travis: [CANCELED](https://travis-ci.com/flink-ci/flink/builds/148370334) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052) 
   * 79f98dbb4f7695cd082c484996d66dc8b5318056 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148375120) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057) 
   * 30282d1b1d5722c3e03a2746f4a42a78384e6e7e Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148395478) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066) 
   * 959e1df0dfbea63840bae945e616322c017de740 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148508985) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5080) 
   * 654aabe49679c59b2df80dd304f1721ce3c10a98 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/148517282) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5085) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148347309 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148347309) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042) 
   * 2e461d063ab2732fcecbcfaa70fe808c82df6fbb UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/148347309 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/148347309) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148347309 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/148370334 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148347309) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042) 
   * 2e461d063ab2732fcecbcfaa70fe808c82df6fbb Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/148370334) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052) 
   * 79f98dbb4f7695cd082c484996d66dc8b5318056 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148347309 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148347309) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148347309 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:CANCELED URL:https://travis-ci.com/flink-ci/flink/builds/148370334 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148375120 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148395478 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   Hash:959e1df0dfbea63840bae945e616322c017de740 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:959e1df0dfbea63840bae945e616322c017de740
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148347309) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042) 
   * 2e461d063ab2732fcecbcfaa70fe808c82df6fbb Travis: [CANCELED](https://travis-ci.com/flink-ci/flink/builds/148370334) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052) 
   * 79f98dbb4f7695cd082c484996d66dc8b5318056 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148375120) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057) 
   * 30282d1b1d5722c3e03a2746f4a42a78384e6e7e Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148395478) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066) 
   * 959e1df0dfbea63840bae945e616322c017de740 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] JingsongLi commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584608612
 
 
   @dianfu Thanks~ You are right to `python_shell.md`, but not exists in `test_udf.py, test_table_environment_api.py`.
   This PR not includes `tableEnv.registerSource/Sink`(Need modify more preparation), just `ConnectTableDescriptor`.

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584564020
 
 
   <!--
   Meta data
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:ff83531840d16c504cb18adc21e7e9a4271cf53f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148347309 TriggerType:PUSH TriggerID:ff83531840d16c504cb18adc21e7e9a4271cf53f
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:2e461d063ab2732fcecbcfaa70fe808c82df6fbb Status:CANCELED URL:https://travis-ci.com/flink-ci/flink/builds/148370334 TriggerType:PUSH TriggerID:2e461d063ab2732fcecbcfaa70fe808c82df6fbb
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148375120 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:79f98dbb4f7695cd082c484996d66dc8b5318056 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057 TriggerType:PUSH TriggerID:79f98dbb4f7695cd082c484996d66dc8b5318056
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148395478 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   Hash:30282d1b1d5722c3e03a2746f4a42a78384e6e7e Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066 TriggerType:PUSH TriggerID:30282d1b1d5722c3e03a2746f4a42a78384e6e7e
   Hash:959e1df0dfbea63840bae945e616322c017de740 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/148508985 TriggerType:PUSH TriggerID:959e1df0dfbea63840bae945e616322c017de740
   Hash:959e1df0dfbea63840bae945e616322c017de740 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5080 TriggerType:PUSH TriggerID:959e1df0dfbea63840bae945e616322c017de740
   -->
   ## CI report:
   
   * ff83531840d16c504cb18adc21e7e9a4271cf53f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148347309) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5042) 
   * 2e461d063ab2732fcecbcfaa70fe808c82df6fbb Travis: [CANCELED](https://travis-ci.com/flink-ci/flink/builds/148370334) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5052) 
   * 79f98dbb4f7695cd082c484996d66dc8b5318056 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148375120) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5057) 
   * 30282d1b1d5722c3e03a2746f4a42a78384e6e7e Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148395478) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5066) 
   * 959e1df0dfbea63840bae945e616322c017de740 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/148508985) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5080) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

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


With regards,
Apache Git Services

[GitHub] [flink] JingsongLi commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor

Posted by GitBox <gi...@apache.org>.
JingsongLi commented on issue #11055: [FLINK-15990][table] Remove register source and sink in ConnectTableDescriptor
URL: https://github.com/apache/flink/pull/11055#issuecomment-584603349
 
 
   CC: @wuchong @dianfu 

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


With regards,
Apache Git Services