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 2021/10/01 09:20:39 UTC

[GitHub] [flink] slinkydeveloper opened a new pull request #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

slinkydeveloper opened a new pull request #17405:
URL: https://github.com/apache/flink/pull/17405


   <!--
   *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
   
   This PR moves the logic for the date/time to string casting to table-common, joining our internal `SqlDateTimeUtils` class and `DateTimeUtils` from avatica-core (ASL 2.0 licensed) into a single `DateTimeUtils`. It also introduces a new utils class in the same package, called `StringUtils`, which provides a single method called `toSQLString` for converting any value with either internal or external type to a SQL-conformant string representation.
   
   ## Brief change log
   
   - Join `SqlDateTimeUtils` and `DateTimeUtils` from avatica-core in a single class in table-common called `DateTimeUtils`, replacing all the old usages of the two previous classes.
   - Introduce `StringUtils` and use it in `PrintUtils`
   
   ## Verifying this change
   
   WIP
   
   ## 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? yes
     - 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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "triggerType" : "PUSH"
     }, {
       "hash" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739",
       "triggerID" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3834856a16da89f7317eba8bae25aac80d888665",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24742",
       "triggerID" : "3834856a16da89f7317eba8bae25aac80d888665",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4a6303acd0e0e74800a8903c1c81a50628df9ea",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24767",
       "triggerID" : "e4a6303acd0e0e74800a8903c1c81a50628df9ea",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ee5c3eb3578a5160ec5e4babeee8eb086a42103b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24771",
       "triggerID" : "ee5c3eb3578a5160ec5e4babeee8eb086a42103b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567 UNKNOWN
   * ee5c3eb3578a5160ec5e4babeee8eb086a42103b Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24771) 
   
   <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.

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 closed pull request #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   


-- 
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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b757767255acaa0cfc3ad78b408447fca05ecbd8 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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "triggerType" : "PUSH"
     }, {
       "hash" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739",
       "triggerID" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cce71e81000ea574af40d262c3489cb3b8e5b473 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733) 
   * fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567 UNKNOWN
   * 173ae8a45161d09b10ed7af8c1dbb76ec2c325f5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739) 
   
   <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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "triggerType" : "PUSH"
     }, {
       "hash" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739",
       "triggerID" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3834856a16da89f7317eba8bae25aac80d888665",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24742",
       "triggerID" : "3834856a16da89f7317eba8bae25aac80d888665",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4a6303acd0e0e74800a8903c1c81a50628df9ea",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24767",
       "triggerID" : "e4a6303acd0e0e74800a8903c1c81a50628df9ea",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567 UNKNOWN
   * 3834856a16da89f7317eba8bae25aac80d888665 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24742) 
   * e4a6303acd0e0e74800a8903c1c81a50628df9ea Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24767) 
   
   <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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 691494ef91e3a71e25eec1a9e2c01b3c0979fa26 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712) 
   
   <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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 691494ef91e3a71e25eec1a9e2c01b3c0979fa26 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712) 
   * 04dfe21ba6a525858c670e75b3fbf2a9985f80e6 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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "triggerType" : "PUSH"
     }, {
       "hash" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 04dfe21ba6a525858c670e75b3fbf2a9985f80e6 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715) 
   * cce71e81000ea574af40d262c3489cb3b8e5b473 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733) 
   * fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567 UNKNOWN
   * 173ae8a45161d09b10ed7af8c1dbb76ec2c325f5 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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "triggerType" : "PUSH"
     }, {
       "hash" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739",
       "triggerID" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3834856a16da89f7317eba8bae25aac80d888665",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24742",
       "triggerID" : "3834856a16da89f7317eba8bae25aac80d888665",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567 UNKNOWN
   * 3834856a16da89f7317eba8bae25aac80d888665 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24742) 
   
   <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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   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 b757767255acaa0cfc3ad78b408447fca05ecbd8 (Fri Oct 01 09:24:52 UTC 2021)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <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.

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

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



[GitHub] [flink] slinkydeveloper commented on a change in pull request #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

Posted by GitBox <gi...@apache.org>.
slinkydeveloper commented on a change in pull request #17405:
URL: https://github.com/apache/flink/pull/17405#discussion_r720341914



##########
File path: flink-table/flink-table-common/src/main/java/org/apache/flink/table/utils/StringUtils.java
##########
@@ -0,0 +1,454 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.table.utils;
+
+import org.apache.flink.table.data.ArrayData;
+import org.apache.flink.table.data.DecimalData;
+import org.apache.flink.table.data.DecimalDataUtils;
+import org.apache.flink.table.data.MapData;
+import org.apache.flink.table.data.RowData;
+import org.apache.flink.table.data.TimestampData;
+import org.apache.flink.table.data.binary.BinaryStringData;
+import org.apache.flink.table.types.logical.ArrayType;
+import org.apache.flink.table.types.logical.BinaryType;
+import org.apache.flink.table.types.logical.BooleanType;
+import org.apache.flink.table.types.logical.DateType;
+import org.apache.flink.table.types.logical.DayTimeIntervalType;
+import org.apache.flink.table.types.logical.DecimalType;
+import org.apache.flink.table.types.logical.LocalZonedTimestampType;
+import org.apache.flink.table.types.logical.LogicalType;
+import org.apache.flink.table.types.logical.MapType;
+import org.apache.flink.table.types.logical.RowType;
+import org.apache.flink.table.types.logical.TimeType;
+import org.apache.flink.table.types.logical.TimestampType;
+import org.apache.flink.table.types.logical.VarBinaryType;
+import org.apache.flink.table.types.logical.YearMonthIntervalType;
+import org.apache.flink.table.types.logical.utils.LogicalTypeDefaultVisitor;
+import org.apache.flink.types.Row;
+
+import java.math.BigDecimal;
+import java.nio.charset.StandardCharsets;
+import java.sql.Date;
+import java.sql.Time;
+import java.sql.Timestamp;
+import java.time.Duration;
+import java.time.Instant;
+import java.time.LocalDate;
+import java.time.LocalDateTime;
+import java.time.LocalTime;
+import java.time.Period;
+import java.time.ZoneId;
+import java.util.Arrays;
+import java.util.List;
+import java.util.Map;
+import java.util.Objects;
+import java.util.Optional;
+import java.util.TimeZone;
+import java.util.stream.Collectors;
+import java.util.stream.IntStream;
+
+/** Utilities to convert values to SQL String representations. */
+public class StringUtils {
+
+    /** Like {@link #toSQLString(Object, LogicalType, ZoneId)} using the UTC timezone. */
+    public static String toSQLString(Object value, LogicalType fieldType) {
+        return toSQLString(value, fieldType, DateTimeUtils.UTC_ZONE.toZoneId());
+    }
+
+    /**
+     * Returns the SQL String representation of the provided value. This method supports both
+     * internal and external types.
+     *
+     * @param value the value to convert
+     * @param fieldType the field logical type
+     * @param sessionTimeZone the session time zone, used for time and date types printing
+     * @return the string SQL representation of the provided value
+     */
+    public static String toSQLString(Object value, LogicalType fieldType, ZoneId sessionTimeZone) {
+        if (value == null) {
+            return "NULL";
+        }
+        return fieldType.accept(new ToStringLogicalTypeVisitor(value, sessionTimeZone));
+    }
+
+    private static class ToStringLogicalTypeVisitor extends LogicalTypeDefaultVisitor<String> {
+
+        private final Object value;
+        private final ZoneId sessionTimeZone;
+
+        public ToStringLogicalTypeVisitor(Object value, ZoneId sessionTimeZone) {
+            this.value = value;
+            this.sessionTimeZone = sessionTimeZone;
+        }
+
+        // --- Date and time types
+
+        @Override
+        public String visit(DateType dateType) {
+            return toInternalDate(value)
+                    .map(DateTimeUtils::unixDateToString)
+                    .orElseGet(() -> Objects.toString(value));
+        }
+
+        private static Optional<Integer> toInternalDate(Object field) {
+            if (field instanceof Integer) {
+                return Optional.of((int) field);
+            } else if (field instanceof java.sql.Date) {
+                return Optional.of(DateTimeUtils.dateToInternal((Date) field));
+            } else if (field instanceof java.time.LocalDate) {
+                return Optional.of(DateTimeUtils.localDateToUnixDate((LocalDate) field));
+            }
+
+            return Optional.empty();
+        }
+
+        @Override
+        public String visit(TimeType timeType) {
+            return toInternalTime(value)
+                    .map(time -> DateTimeUtils.unixTimeToString(time, timeType.getPrecision()))
+                    .orElseGet(() -> Objects.toString(value));
+        }
+
+        private static Optional<Integer> toInternalTime(Object field) {
+            if (field instanceof Integer) {
+                return Optional.of((int) field);
+            } else if (field instanceof Long) {
+                return Optional.of(((Long) field).intValue());
+            } else if (field instanceof Time) {
+                return Optional.of(DateTimeUtils.timeToInternal((Time) field));
+            } else if (field instanceof LocalTime) {
+                return Optional.of(DateTimeUtils.localTimeToUnixDate((LocalTime) field));
+            }
+
+            return Optional.empty();
+        }
+
+        @Override
+        public String visit(TimestampType timestampType) {
+            return toInternalTimestamp(value)
+                    .map(
+                            timestampData ->
+                                    DateTimeUtils.timestampToString(
+                                            timestampData,
+                                            TimeZone.getTimeZone(sessionTimeZone),
+                                            timestampType.getPrecision()))
+                    .orElseGet(() -> Objects.toString(value));
+        }
+
+        private static Optional<TimestampData> toInternalTimestamp(Object field) {
+            if (field instanceof Timestamp) {
+                return Optional.of(TimestampData.fromTimestamp((Timestamp) field));
+            } else if (field instanceof LocalDateTime) {
+                return Optional.of(TimestampData.fromLocalDateTime((LocalDateTime) field));
+            } else if (field instanceof TimestampData) {
+                return Optional.of((TimestampData) field);
+            }
+
+            return Optional.empty();
+        }
+
+        @Override
+        public String visit(LocalZonedTimestampType localZonedTimestampType) {
+            return toInternalLocalZonedTimestampType(value)
+                    .map(
+                            timestampData ->
+                                    DateTimeUtils.timestampToString(
+                                            timestampData,
+                                            TimeZone.getTimeZone(sessionTimeZone),
+                                            localZonedTimestampType.getPrecision()))
+                    .orElseGet(() -> Objects.toString(value));
+        }
+
+        private static Optional<TimestampData> toInternalLocalZonedTimestampType(Object field) {
+            if (field instanceof Instant) {
+                return Optional.of(TimestampData.fromInstant((Instant) field));
+            } else if (field instanceof Timestamp) {
+                Timestamp timestamp = (Timestamp) field;
+                // conversion between java.sql.Timestamp and TIMESTAMP_WITH_LOCAL_TIME_ZONE
+                return Optional.of(
+                        TimestampData.fromEpochMillis(
+                                timestamp.getTime(), timestamp.getNanos() % 1000_000));
+            } else if (field instanceof TimestampData) {
+                return Optional.of((TimestampData) field);
+            } else if (field instanceof Integer) {
+                return Optional.of(
+                        TimestampData.fromEpochMillis(((Integer) field).longValue() * 1000));
+            } else if (field instanceof Long) {
+                return Optional.of(TimestampData.fromEpochMillis((Long) field));
+            }
+
+            return Optional.empty();
+        }
+
+        @Override
+        public String visit(YearMonthIntervalType yearMonthIntervalType) {
+            return toInternalYeahMonthInterval(value)
+                    .map(DateTimeUtils::intervalYearMonthToString)
+                    .orElseGet(() -> Objects.toString(value));
+        }
+
+        private static Optional<Integer> toInternalYeahMonthInterval(Object field) {
+            if (field instanceof Period) {
+                return Optional.of((int) ((Period) field).toTotalMonths());
+            } else if (field instanceof Integer) {
+                return Optional.of((int) field);
+            }
+
+            return Optional.empty();
+        }
+
+        @Override
+        public String visit(DayTimeIntervalType dayTimeIntervalType) {
+            return toInternalDayTimeInterval(value)
+                    .map(DateTimeUtils::intervalDayTimeToString)
+                    .orElseGet(() -> Objects.toString(value));
+        }
+
+        private static Optional<Long> toInternalDayTimeInterval(Object field) {
+            if (field instanceof Duration) {
+                return Optional.of(((Duration) field).toMillis());
+            } else if (field instanceof Long) {
+                return Optional.of((long) field);
+            } else if (field instanceof Integer) {
+                return Optional.of(((Integer) field).longValue());
+            }
+
+            return Optional.empty();
+        }
+
+        // --- Composite types
+
+        @Override
+        public String visit(ArrayType arrayType) {
+            LogicalType elementType = arrayType.getElementType();
+            if (value instanceof List) {
+                List<?> array = (List<?>) value;
+                String[] formattedArray = new String[array.size()];
+                for (int i = 0; i < array.size(); i++) {
+                    formattedArray[i] = toSQLString(array.get(i), elementType, sessionTimeZone);
+                }
+                return Arrays.toString(formattedArray);
+            } else if (value.getClass() == byte[].class) {
+                byte[] array = (byte[]) value;
+                String[] formattedArray = new String[array.length];
+                for (int i = 0; i < array.length; i++) {
+                    formattedArray[i] = toSQLString(array[i], elementType, sessionTimeZone);
+                }
+                return Arrays.toString(formattedArray);
+            } else if (value.getClass() == short[].class) {
+                short[] array = (short[]) value;
+                String[] formattedArray = new String[array.length];
+                for (int i = 0; i < array.length; i++) {
+                    formattedArray[i] = toSQLString(array[i], elementType, sessionTimeZone);
+                }
+                return Arrays.toString(formattedArray);
+            } else if (value.getClass() == int[].class) {
+                int[] array = (int[]) value;
+                String[] formattedArray = new String[array.length];
+                for (int i = 0; i < array.length; i++) {
+                    formattedArray[i] = toSQLString(array[i], elementType, sessionTimeZone);
+                }
+                return Arrays.toString(formattedArray);
+            } else if (value.getClass() == long[].class) {
+                long[] array = (long[]) value;
+                String[] formattedArray = new String[array.length];
+                for (int i = 0; i < array.length; i++) {
+                    formattedArray[i] = toSQLString(array[i], elementType, sessionTimeZone);
+                }
+                return Arrays.toString(formattedArray);
+            } else if (value.getClass() == float[].class) {
+                float[] array = (float[]) value;
+                String[] formattedArray = new String[array.length];
+                for (int i = 0; i < array.length; i++) {
+                    formattedArray[i] = toSQLString(array[i], elementType, sessionTimeZone);
+                }
+                return Arrays.toString(formattedArray);
+            } else if (value.getClass() == double[].class) {
+                double[] array = (double[]) value;
+                String[] formattedArray = new String[array.length];
+                for (int i = 0; i < array.length; i++) {
+                    formattedArray[i] = toSQLString(array[i], elementType, sessionTimeZone);
+                }
+                return Arrays.toString(formattedArray);
+            } else if (value.getClass() == boolean[].class) {
+                boolean[] array = (boolean[]) value;
+                String[] formattedArray = new String[array.length];
+                for (int i = 0; i < array.length; i++) {
+                    formattedArray[i] = toSQLString(array[i], elementType, sessionTimeZone);
+                }
+                return Arrays.toString(formattedArray);
+            } else if (value.getClass() == char[].class) {
+                char[] array = (char[]) value;
+                String[] formattedArray = new String[array.length];
+                for (int i = 0; i < array.length; i++) {
+                    formattedArray[i] = toSQLString(array[i], elementType, sessionTimeZone);
+                }
+                return Arrays.toString(formattedArray);
+            } else if (value.getClass().isArray()) {
+                // non-primitive type
+                Object[] array = (Object[]) value;
+                String[] formattedArray = new String[array.length];
+                for (int i = 0; i < array.length; i++) {
+                    formattedArray[i] = toSQLString(array[i], elementType, sessionTimeZone);
+                }
+                return Arrays.toString(formattedArray);
+            }
+            return Objects.toString(value);
+        }
+
+        @Override
+        public String visit(RowType rowType) {
+            if (value instanceof Row) {
+                Row row = (Row) value;
+                String[] formattedArray = new String[row.getArity()];
+                for (int i = 0; i < rowType.getFields().size(); i++) {
+                    LogicalType type = rowType.getFields().get(i).getType();
+                    formattedArray[i] = toSQLString(row.getField(i), type, sessionTimeZone);
+                }
+                return "(" + String.join(", ", formattedArray) + ")";

Review comment:
       This `Row` string representation is the same we have in `ScalarOperatorGens#generateCastRowDataToString`




-- 
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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "triggerType" : "PUSH"
     }, {
       "hash" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739",
       "triggerID" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3834856a16da89f7317eba8bae25aac80d888665",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24742",
       "triggerID" : "3834856a16da89f7317eba8bae25aac80d888665",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4a6303acd0e0e74800a8903c1c81a50628df9ea",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e4a6303acd0e0e74800a8903c1c81a50628df9ea",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567 UNKNOWN
   * 3834856a16da89f7317eba8bae25aac80d888665 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24742) 
   * e4a6303acd0e0e74800a8903c1c81a50628df9ea 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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 04dfe21ba6a525858c670e75b3fbf2a9985f80e6 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715) 
   
   <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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "triggerType" : "PUSH"
     }, {
       "hash" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739",
       "triggerID" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3834856a16da89f7317eba8bae25aac80d888665",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3834856a16da89f7317eba8bae25aac80d888665",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567 UNKNOWN
   * 173ae8a45161d09b10ed7af8c1dbb76ec2c325f5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739) 
   * 3834856a16da89f7317eba8bae25aac80d888665 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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 04dfe21ba6a525858c670e75b3fbf2a9985f80e6 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715) 
   * cce71e81000ea574af40d262c3489cb3b8e5b473 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733) 
   * fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567 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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 04dfe21ba6a525858c670e75b3fbf2a9985f80e6 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715) 
   * cce71e81000ea574af40d262c3489cb3b8e5b473 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733) 
   
   <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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b757767255acaa0cfc3ad78b408447fca05ecbd8 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705) 
   * 691494ef91e3a71e25eec1a9e2c01b3c0979fa26 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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "triggerType" : "PUSH"
     }, {
       "hash" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739",
       "triggerID" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3834856a16da89f7317eba8bae25aac80d888665",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24742",
       "triggerID" : "3834856a16da89f7317eba8bae25aac80d888665",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4a6303acd0e0e74800a8903c1c81a50628df9ea",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24767",
       "triggerID" : "e4a6303acd0e0e74800a8903c1c81a50628df9ea",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ee5c3eb3578a5160ec5e4babeee8eb086a42103b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ee5c3eb3578a5160ec5e4babeee8eb086a42103b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567 UNKNOWN
   * 3834856a16da89f7317eba8bae25aac80d888665 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24742) 
   * e4a6303acd0e0e74800a8903c1c81a50628df9ea Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24767) 
   * ee5c3eb3578a5160ec5e4babeee8eb086a42103b 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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "triggerType" : "PUSH"
     }, {
       "hash" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739",
       "triggerID" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3834856a16da89f7317eba8bae25aac80d888665",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24742",
       "triggerID" : "3834856a16da89f7317eba8bae25aac80d888665",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4a6303acd0e0e74800a8903c1c81a50628df9ea",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24767",
       "triggerID" : "e4a6303acd0e0e74800a8903c1c81a50628df9ea",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ee5c3eb3578a5160ec5e4babeee8eb086a42103b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24771",
       "triggerID" : "ee5c3eb3578a5160ec5e4babeee8eb086a42103b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567 UNKNOWN
   * e4a6303acd0e0e74800a8903c1c81a50628df9ea Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24767) 
   * ee5c3eb3578a5160ec5e4babeee8eb086a42103b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24771) 
   
   <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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     }, {
       "hash" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739",
       "triggerID" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3834856a16da89f7317eba8bae25aac80d888665",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24742",
       "triggerID" : "3834856a16da89f7317eba8bae25aac80d888665",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e4a6303acd0e0e74800a8903c1c81a50628df9ea",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24767",
       "triggerID" : "e4a6303acd0e0e74800a8903c1c81a50628df9ea",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ee5c3eb3578a5160ec5e4babeee8eb086a42103b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24771",
       "triggerID" : "ee5c3eb3578a5160ec5e4babeee8eb086a42103b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ee5c3eb3578a5160ec5e4babeee8eb086a42103b Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24771) 
   
   <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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


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

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "triggerType" : "PUSH"
     }, {
       "hash" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739",
       "triggerID" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567 UNKNOWN
   * 173ae8a45161d09b10ed7af8c1dbb76ec2c325f5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739) 
   
   <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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24733",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567",
       "triggerType" : "PUSH"
     }, {
       "hash" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739",
       "triggerID" : "173ae8a45161d09b10ed7af8c1dbb76ec2c325f5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3834856a16da89f7317eba8bae25aac80d888665",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24742",
       "triggerID" : "3834856a16da89f7317eba8bae25aac80d888665",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fd9c5b4e3f26e20b7621dc1dbb4147e6ae5e8567 UNKNOWN
   * 173ae8a45161d09b10ed7af8c1dbb76ec2c325f5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24739) 
   * 3834856a16da89f7317eba8bae25aac80d888665 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24742) 
   
   <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.

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 #17405: [FLINK-21456][table] Copy DateTimeUtils from avatica-core and introduce StringUtils

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24705",
       "triggerID" : "b757767255acaa0cfc3ad78b408447fca05ecbd8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24712",
       "triggerID" : "691494ef91e3a71e25eec1a9e2c01b3c0979fa26",
       "triggerType" : "PUSH"
     }, {
       "hash" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715",
       "triggerID" : "04dfe21ba6a525858c670e75b3fbf2a9985f80e6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cce71e81000ea574af40d262c3489cb3b8e5b473",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 04dfe21ba6a525858c670e75b3fbf2a9985f80e6 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24715) 
   * cce71e81000ea574af40d262c3489cb3b8e5b473 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.

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

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