You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "liuyongvs (via GitHub)" <gi...@apache.org> on 2023/03/06 09:54:37 UTC

[GitHub] [flink] liuyongvs opened a new pull request, #22105: [FLINK-31336][table] fix interval type info lost in sql and table api.

liuyongvs opened a new pull request, #22105:
URL: https://github.com/apache/flink/pull/22105

   ## What is the purpose of the change
   
   *fix interval type info lost in sql and table api.*
   
   
   ## Brief change log
   
   Flink SQL> select typeof(interval '1' day);
    - INTERVAL SECOND(3) NOT NULL 
    which is not true, it should be 
   - 
   
   ## Verifying this change
   
   unit test for type_of
   
   ## 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? (docs)
   
   


-- 
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 #22105: [FLINK-31336][table] fix interval type info lost in sql and table api.

Posted by "flinkbot (via GitHub)" <gi...@apache.org>.
flinkbot commented on PR #22105:
URL: https://github.com/apache/flink/pull/22105#issuecomment-1455821353

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