You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/12 06:04:09 UTC

[GitHub] [flink] hehuiyuan opened a new pull request #19069: [FLINK-24862][Connectors / Hive][backport]Fix user-defined hive udaf/udtf cannot be used normally in hive dialect for flink1.14

hehuiyuan opened a new pull request #19069:
URL: https://github.com/apache/flink/pull/19069


   
   Backport of https://github.com/apache/flink/pull/17761
   ## What is the purpose of the change
   
   
   
   Fix user-defined hive udaf/udtf cannot be used normally in hive dialect
   
   
   ## Brief change log
   
   
   FunctionCatalog#validateAndPrepareFunction method skip validate TableFunctionDefinition
   
   ## Verifying this change
   This change added tests and can be verified as follows:
   
     - Added unit test HiveDialectITCase#testTemporaryFunctionUDAF for create temporary udaf function
   
   
   ## 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)`: ( no)
     - The serializers: (no )
     - The runtime per-record code paths (performance sensitive): (no )
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no )
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? ( no)
   
   


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

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

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



[GitHub] [flink] flinkbot edited a comment on pull request #19069: [FLINK-24862][Connectors / Hive][backport]Fix user-defined hive udaf/udtf cannot be used normally in hive dialect for flink1.14

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


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


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

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

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



[GitHub] [flink] hehuiyuan edited a comment on pull request #19069: [FLINK-24862][Connectors / Hive][backport]Fix user-defined hive udaf/udtf cannot be used normally in hive dialect for flink1.14

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


   Hi  @luoyuxia @beyond1920 @JingsongLi  ,  take a look at this when you have time


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

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

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



[GitHub] [flink] flinkbot commented on pull request #19069: [FLINK-24862][Connectors / Hive][backport]Fix user-defined hive udaf/udtf cannot be used normally in hive dialect for flink1.14

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


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


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

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

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



[GitHub] [flink] hehuiyuan edited a comment on pull request #19069: [FLINK-24862][Connectors / Hive][backport]Fix user-defined hive udaf/udtf cannot be used normally in hive dialect for flink1.14

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


   Hi @wuchong  @luoyuxia @beyond1920 @JingsongLi  ,  take a look at this when you have time


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

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

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



[GitHub] [flink] beyond1920 commented on pull request #19069: [FLINK-24862][Connectors / Hive][backport]Fix user-defined hive udaf/udtf cannot be used normally in hive dialect for flink1.14

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


   @hehuiyuan LGTM.


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

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

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



[GitHub] [flink] flinkbot edited a comment on pull request #19069: [FLINK-24862][Connectors / Hive][backport]Fix user-defined hive udaf/udtf cannot be used normally in hive dialect for flink1.14

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "008b52783d14aff212e36afb2def20690c68a81c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32950",
       "triggerID" : "008b52783d14aff212e36afb2def20690c68a81c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7448a6f63a92929037e942307afa8a0136a03103",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32954",
       "triggerID" : "7448a6f63a92929037e942307afa8a0136a03103",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7448a6f63a92929037e942307afa8a0136a03103 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32954) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [flink] hehuiyuan commented on pull request #19069: [FLINK-24862][Connectors / Hive][backport]Fix user-defined hive udaf/udtf cannot be used normally in hive dialect for flink1.14

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


   Hi @luoyuxia @beyond1920 , take a look at this when you have time


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

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

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



[GitHub] [flink] hehuiyuan commented on pull request #19069: [FLINK-24862][Connectors / Hive][backport]Fix user-defined hive udaf/udtf cannot be used normally in hive dialect for flink1.14

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


   Hi @beyond1920 , who will merge?


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

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

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



[GitHub] [flink] flinkbot edited a comment on pull request #19069: [FLINK-24862][Connectors / Hive][backport]Fix user-defined hive udaf/udtf cannot be used normally in hive dialect for flink1.14

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


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


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

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

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



[GitHub] [flink] flinkbot edited a comment on pull request #19069: [FLINK-24862][Connectors / Hive][backport]Fix user-defined hive udaf/udtf cannot be used normally in hive dialect for flink1.14

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


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


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

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

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



[GitHub] [flink] flinkbot edited a comment on pull request #19069: [FLINK-24862][Connectors / Hive][backport]Fix user-defined hive udaf/udtf cannot be used normally in hive dialect for flink1.14

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


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


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

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

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