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/04/24 15:14:22 UTC

[GitHub] [flink] godfreyhe opened a new pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

godfreyhe opened a new pull request #11905:
URL: https://github.com/apache/flink/pull/11905


   
   
   ## What is the purpose of the change
   
   *For TableEnvironment#explain() method, legacy batch planner throws exception directly and legacy stream planner does not handle sink node. This pr fixes them problems first. And then, this pr aim to supports the following features: TableEnvironment#explainSql supports EXPLAIN statement; Introduce TableEnvironment#explainSql api, Introduce Table#explain api*
   
   
   ## Brief change log
   
     - *legacy stream planner supports explain insert operation*
     - *legacy batch planner supports explain insert operation*
     - *TableEnvironment#explainSql supports EXPLAIN statement*
     - *Introduce TableEnvironment#explainSql api*
     - *Introduce Table#explain api*
   
   
   ## Verifying this change
   
   
   This change added tests and can be verified as follows:
   
     - *Extended TableEnvironmentTest/BatchTableEnvironmentTest/StreamTableEnvironmentTest to verify the features*
   
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / **no**)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: (yes / **no** / don't know)
     - The S3 file system connector: (yes / **no** / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / **no**)
     - If yes, how is the feature documented? (not applicable / docs / **JavaDocs** / not documented)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * af67911ce3d587b4cd17d7757b98222f26264439 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161860341) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215) 
   * a718d0e67e1890a9cc8a280a7621f89cae8212dc Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/161949777) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162593361",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0774d4cd257f4c5ab87e9106f16150d42c329ad0 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/162027428) Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243) 
   * 7050007f458f91cbf3e0e8be286e62361001f2b0 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/162593361) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] godfreyhe commented on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   cc @danny0405 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * af67911ce3d587b4cd17d7757b98222f26264439 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161860341) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215) 
   * a718d0e67e1890a9cc8a280a7621f89cae8212dc UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162593361",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466",
       "triggerID" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=685",
       "triggerID" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 629b3b09009d667ed96fd41dff2e4d2b88323589 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466) 
   * b7dec5443982a2c64494d92bcbb79b6923ee957b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=685) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162593361",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466",
       "triggerID" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=685",
       "triggerID" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d73d78166492560743c36e0e0a3dcf71f141b2a2",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=788",
       "triggerID" : "d73d78166492560743c36e0e0a3dcf71f141b2a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "caa4e9e3da2fa97240f41a765e15191b7c19fcfc",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=810",
       "triggerID" : "caa4e9e3da2fa97240f41a765e15191b7c19fcfc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 629b3b09009d667ed96fd41dff2e4d2b88323589 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466) 
   * d73d78166492560743c36e0e0a3dcf71f141b2a2 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=788) 
   * caa4e9e3da2fa97240f41a765e15191b7c19fcfc Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=810) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162593361",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466",
       "triggerID" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=685",
       "triggerID" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d73d78166492560743c36e0e0a3dcf71f141b2a2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=788",
       "triggerID" : "d73d78166492560743c36e0e0a3dcf71f141b2a2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 629b3b09009d667ed96fd41dff2e4d2b88323589 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466) 
   * b7dec5443982a2c64494d92bcbb79b6923ee957b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=685) 
   * d73d78166492560743c36e0e0a3dcf71f141b2a2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=788) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a718d0e67e1890a9cc8a280a7621f89cae8212dc Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161949777) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162593361",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466",
       "triggerID" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7050007f458f91cbf3e0e8be286e62361001f2b0 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/162593361) Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391) 
   * 629b3b09009d667ed96fd41dff2e4d2b88323589 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162593361",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7050007f458f91cbf3e0e8be286e62361001f2b0 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/162593361) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162593361",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7050007f458f91cbf3e0e8be286e62361001f2b0 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/162593361) Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391) 
   * 629b3b09009d667ed96fd41dff2e4d2b88323589 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot commented on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * af67911ce3d587b4cd17d7757b98222f26264439 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0774d4cd257f4c5ab87e9106f16150d42c329ad0 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/162027428) Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243) 
   * 7050007f458f91cbf3e0e8be286e62361001f2b0 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162593361",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466",
       "triggerID" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=685",
       "triggerID" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7050007f458f91cbf3e0e8be286e62361001f2b0 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/162593361) Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391) 
   * 629b3b09009d667ed96fd41dff2e4d2b88323589 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466) 
   * b7dec5443982a2c64494d92bcbb79b6923ee957b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=685) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a718d0e67e1890a9cc8a280a7621f89cae8212dc Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161949777) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224) 
   * 0774d4cd257f4c5ab87e9106f16150d42c329ad0 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a718d0e67e1890a9cc8a280a7621f89cae8212dc Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161949777) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224) 
   * 0774d4cd257f4c5ab87e9106f16150d42c329ad0 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/162027428) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * a718d0e67e1890a9cc8a280a7621f89cae8212dc Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/161949777) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162593361",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466",
       "triggerID" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=685",
       "triggerID" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d73d78166492560743c36e0e0a3dcf71f141b2a2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d73d78166492560743c36e0e0a3dcf71f141b2a2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 629b3b09009d667ed96fd41dff2e4d2b88323589 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466) 
   * b7dec5443982a2c64494d92bcbb79b6923ee957b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=685) 
   * d73d78166492560743c36e0e0a3dcf71f141b2a2 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162593361",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466",
       "triggerID" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7050007f458f91cbf3e0e8be286e62361001f2b0 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/162593361) Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391) 
   * 629b3b09009d667ed96fd41dff2e4d2b88323589 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466) 
   * b7dec5443982a2c64494d92bcbb79b6923ee957b UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot commented on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   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 af67911ce3d587b4cd17d7757b98222f26264439 (Fri Apr 24 15:16:35 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-17267).** 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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0774d4cd257f4c5ab87e9106f16150d42c329ad0 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/162027428) Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * af67911ce3d587b4cd17d7757b98222f26264439 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/161860341) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * af67911ce3d587b4cd17d7757b98222f26264439 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161860341) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0774d4cd257f4c5ab87e9106f16150d42c329ad0 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/162027428) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * af67911ce3d587b4cd17d7757b98222f26264439 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/161860341) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162593361",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466",
       "triggerID" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=685",
       "triggerID" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d73d78166492560743c36e0e0a3dcf71f141b2a2",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=788",
       "triggerID" : "d73d78166492560743c36e0e0a3dcf71f141b2a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "caa4e9e3da2fa97240f41a765e15191b7c19fcfc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "caa4e9e3da2fa97240f41a765e15191b7c19fcfc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 629b3b09009d667ed96fd41dff2e4d2b88323589 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466) 
   * d73d78166492560743c36e0e0a3dcf71f141b2a2 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=788) 
   * caa4e9e3da2fa97240f41a765e15191b7c19fcfc UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



[GitHub] [flink] flinkbot edited a comment on pull request #11905: [FLINK-17267] [table] legacy planner supports explain insert operation and introduce TableEnvironment#explainSql/Introduce TableEnvironment#explainSql api api

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=215",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161860341",
       "triggerID" : "af67911ce3d587b4cd17d7757b98222f26264439",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=224",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161949777",
       "triggerID" : "a718d0e67e1890a9cc8a280a7621f89cae8212dc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=243",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162027428",
       "triggerID" : "0774d4cd257f4c5ab87e9106f16150d42c329ad0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162593361",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=391",
       "triggerID" : "7050007f458f91cbf3e0e8be286e62361001f2b0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466",
       "triggerID" : "629b3b09009d667ed96fd41dff2e4d2b88323589",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=685",
       "triggerID" : "b7dec5443982a2c64494d92bcbb79b6923ee957b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d73d78166492560743c36e0e0a3dcf71f141b2a2",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=788",
       "triggerID" : "d73d78166492560743c36e0e0a3dcf71f141b2a2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 629b3b09009d667ed96fd41dff2e4d2b88323589 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=466) 
   * d73d78166492560743c36e0e0a3dcf71f141b2a2 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=788) 
   
   <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