You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/05/27 03:21:10 UTC

[GitHub] [flink] twalthr opened a new pull request #12336: [FLINK-17880][table] Use new inference for table/scalar function in catalogs

twalthr opened a new pull request #12336:
URL: https://github.com/apache/flink/pull/12336


   ## What is the purpose of the change
   
   This updates catalog related operations (e.g. function DDL, SQL Client) to the new type inference for scalar and table functions. Hive functions and legacy planner still work with the old inference. With this we can tell a better story about how to implement functions, because all main entrypoints support the new inference.
   
   ## Brief change log
   
   - Update SQL `CREATE FUNCTION` DDL
   - Update SQL Client YAML file registration
   - Make legacy planner more lenient
   
   ## Verifying this change
   
   This change is already covered by existing tests.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: yes
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: no
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? JavaDocs
   


----------------------------------------------------------------
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 #12336: [FLINK-17880][table] Use new inference for table/scalar function in catalogs

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






----------------------------------------------------------------
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 #12336: [FLINK-17880][table] Use new inference for table/scalar function in catalogs

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1627f6403a25443da7ec4b298cd856d36f5f5ec8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2197",
       "triggerID" : "1627f6403a25443da7ec4b298cd856d36f5f5ec8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f4c4ecf2dbdabebf5c1fb0e2c9b95a0e4639d304",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2377",
       "triggerID" : "f4c4ecf2dbdabebf5c1fb0e2c9b95a0e4639d304",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f4c4ecf2dbdabebf5c1fb0e2c9b95a0e4639d304 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2377) 
   
   <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] twalthr closed pull request #12336: [FLINK-17880][table] Use new inference for table/scalar function in catalogs

Posted by GitBox <gi...@apache.org>.
twalthr closed pull request #12336:
URL: https://github.com/apache/flink/pull/12336


   


----------------------------------------------------------------
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 #12336: [FLINK-17880][table] Use new inference for table/scalar function in catalogs

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1627f6403a25443da7ec4b298cd856d36f5f5ec8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2197",
       "triggerID" : "1627f6403a25443da7ec4b298cd856d36f5f5ec8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f4c4ecf2dbdabebf5c1fb0e2c9b95a0e4639d304",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f4c4ecf2dbdabebf5c1fb0e2c9b95a0e4639d304",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1627f6403a25443da7ec4b298cd856d36f5f5ec8 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=2197) 
   * f4c4ecf2dbdabebf5c1fb0e2c9b95a0e4639d304 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 #12336: [FLINK-17880][table] Use new inference for table/scalar function in catalogs

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






----------------------------------------------------------------
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 #12336: [FLINK-17880][table] Use new inference for table/scalar function in catalogs

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


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