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/02 09:03:32 UTC

[GitHub] [flink] luoyuxia opened a new pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

luoyuxia opened a new pull request #18958:
URL: https://github.com/apache/flink/pull/18958


   <!--
   *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution in the best possible way, please go through the checklist below, which will get the contribution into a shape in which it can be best reviewed.*
   
   *Please understand that we do not do this to make contributions to Flink a hassle. In order to uphold a high standard of quality for code contributions, while at the same time managing a large number of contributions, we need contributors to prepare the contributions well, and give reviewers enough contextual information for the review. Please also understand that contributions that do not follow this guide will take longer to review and thus typically be picked up with lower priority by the community.*
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [JIRA issue](https://issues.apache.org/jira/projects/FLINK/issues). Exceptions are made for typos in JavaDoc or documentation files, which need no JIRA issue.
     
     - Name the pull request in the form "[FLINK-XXXX] [component] Title of the pull request", where *FLINK-XXXX* should be replaced by the actual issue number. Skip *component* if you are unsure about which is the best component.
     Typo fixes that have no associated JIRA issue should be named following this pattern: `[hotfix] [docs] Fix typo in event time introduction` or `[hotfix] [javadocs] Expand JavaDoc for PuncuatedWatermarkGenerator`.
   
     - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
     
     - Make sure that the change passes the automated tests, i.e., `mvn clean verify` passes. You can set up Azure Pipelines CI to do that following [this guide](https://cwiki.apache.org/confluence/display/FLINK/Azure+Pipelines#AzurePipelines-Tutorial:SettingupAzurePipelinesforaforkoftheFlinkrepository).
   
     - Each pull request should address only one issue, not mix up code from multiple issues.
     
     - Each commit in the pull request has a meaningful commit message (including the JIRA id)
   
     - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
   
   
   **(The sections below can be removed for hotfixes of typos)**
   -->
   
   ## What is the purpose of the change
   Use new type inference for Hive UDTF
   
   
   ## Brief change log
     -  Stop creating `TableFunctionDefinition` in `HiveFunctionDefinitionFactory`
     -  Remove `HiveTableSqlFunction`
     -  Add `HiveFunctionArguments` to wrap all argument information needed by a hive function
     -  Support NULL literal arguments
     -  Add new `HiveFunction` interface and move the type inference logic to this class
     -  Convert string literal to string type 
   
   
   ## Verifying this change
   Existing tests and added test for udtf `json_tuple` in  `TableEnvHiveConnectorITCase#testUDTF `.
   
   ## 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
     - If yes, how is the feature documented? NA
   


-- 
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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 76af113c25dfdcc56c9127431b389cf7e43686af Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424) 
   * c6879208e8b309a24386240a6004a14cd7f269fc Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430) 
   
   <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 commented on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


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


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

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

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



[GitHub] [flink] flinkbot edited a comment on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "1060584967",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d34eb21ae0bda39ec119ef18a9782fbaad2310bc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d34eb21ae0bda39ec119ef18a9782fbaad2310bc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7d0941f370c299d5de7ee03b7738d5e79d7bdbf0 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476) 
   * d34eb21ae0bda39ec119ef18a9782fbaad2310bc UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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

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

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



[GitHub] [flink] flinkbot edited a comment on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c833ce87dd2f24289efe7ad83cc476c0689a043c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462) 
   * 7d0941f370c299d5de7ee03b7738d5e79d7bdbf0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476) 
   
   <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] luoyuxia commented on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   @twalthr Thanks for your attention.


-- 
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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 76af113c25dfdcc56c9127431b389cf7e43686af Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424) 
   
   <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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c833ce87dd2f24289efe7ad83cc476c0689a043c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462) 
   
   <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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "1060584967",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d34eb21ae0bda39ec119ef18a9782fbaad2310bc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32660",
       "triggerID" : "d34eb21ae0bda39ec119ef18a9782fbaad2310bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94f1b47ba27eed0de18a2867f5ac25cc48ed0925",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33669",
       "triggerID" : "94f1b47ba27eed0de18a2867f5ac25cc48ed0925",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 94f1b47ba27eed0de18a2867f5ac25cc48ed0925 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33669) 
   
   <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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "1060584967",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d34eb21ae0bda39ec119ef18a9782fbaad2310bc",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32660",
       "triggerID" : "d34eb21ae0bda39ec119ef18a9782fbaad2310bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94f1b47ba27eed0de18a2867f5ac25cc48ed0925",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "94f1b47ba27eed0de18a2867f5ac25cc48ed0925",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d34eb21ae0bda39ec119ef18a9782fbaad2310bc Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32660) 
   * 94f1b47ba27eed0de18a2867f5ac25cc48ed0925 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] luoyuxia edited a comment on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   @twalthr Thanks for your reminder. Rebased now.


-- 
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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "1060584967",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d34eb21ae0bda39ec119ef18a9782fbaad2310bc",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32660",
       "triggerID" : "d34eb21ae0bda39ec119ef18a9782fbaad2310bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "94f1b47ba27eed0de18a2867f5ac25cc48ed0925",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33669",
       "triggerID" : "94f1b47ba27eed0de18a2867f5ac25cc48ed0925",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d34eb21ae0bda39ec119ef18a9782fbaad2310bc Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32660) 
   * 94f1b47ba27eed0de18a2867f5ac25cc48ed0925 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33669) 
   
   <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] luoyuxia commented on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   @twalthr Sorry to bother you, but do you have time to review this pr? Then I can continue the new type inference for Hive UDAF.


-- 
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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c6879208e8b309a24386240a6004a14cd7f269fc Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430) 
   * c833ce87dd2f24289efe7ad83cc476c0689a043c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462) 
   
   <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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


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


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

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

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



[GitHub] [flink] flinkbot edited a comment on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7d0941f370c299d5de7ee03b7738d5e79d7bdbf0 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476) 
   
   <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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c833ce87dd2f24289efe7ad83cc476c0689a043c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462) 
   * 7d0941f370c299d5de7ee03b7738d5e79d7bdbf0 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] luoyuxia commented on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   @JingsongLi @twalthr Could you please help review?


-- 
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] twalthr commented on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   @luoyuxia yes, I will try to take a look shortly. It would be great to get rid of the old stack!


-- 
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] luoyuxia commented on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   @flinkbot run azure


-- 
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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "1060584967",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 7d0941f370c299d5de7ee03b7738d5e79d7bdbf0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476) 
   
   <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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


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


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

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

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



[GitHub] [flink] flinkbot edited a comment on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "1060584967",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 7d0941f370c299d5de7ee03b7738d5e79d7bdbf0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476) 
   
   <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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "1060584967",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 7d0941f370c299d5de7ee03b7738d5e79d7bdbf0 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476) 
   
   <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] luoyuxia commented on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   @twalthr Thanks for your attention.


-- 
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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "1060584967",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d34eb21ae0bda39ec119ef18a9782fbaad2310bc",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32660",
       "triggerID" : "d34eb21ae0bda39ec119ef18a9782fbaad2310bc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7d0941f370c299d5de7ee03b7738d5e79d7bdbf0 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476) 
   * d34eb21ae0bda39ec119ef18a9782fbaad2310bc Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32660) 
   
   <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] luoyuxia commented on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   @twalthr Thanks for your reminder. I rebased now.


-- 
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] twalthr commented on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   The other PR is merged. Could you rebase to check whether everything still works? Will do a full review shortly.


-- 
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] twalthr commented on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   I also worked on the function stack and found some shortcomings in how we translate to Calcite. I would like to merge FLINK-26518 before this one. But I haven't forgotten about this one.


-- 
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] luoyuxia commented on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   It's a rework on #13341 


-- 
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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c6879208e8b309a24386240a6004a14cd7f269fc Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430) 
   
   <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] twalthr commented on pull request #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   I also worked on the function stack and found some shortcomings in how we translate to Calcite. I would like to merge FLINK-26518 before this one. But I haven't forgotten about this one.


-- 
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 #18958: [FLINK-15854][hive] Use the new type inference for Hive UDTF

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32424",
       "triggerID" : "76af113c25dfdcc56c9127431b389cf7e43686af",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32430",
       "triggerID" : "c6879208e8b309a24386240a6004a14cd7f269fc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32462",
       "triggerID" : "c833ce87dd2f24289efe7ad83cc476c0689a043c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7d0941f370c299d5de7ee03b7738d5e79d7bdbf0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32476",
       "triggerID" : "1060584967",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d34eb21ae0bda39ec119ef18a9782fbaad2310bc",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32660",
       "triggerID" : "d34eb21ae0bda39ec119ef18a9782fbaad2310bc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d34eb21ae0bda39ec119ef18a9782fbaad2310bc Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32660) 
   
   <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