You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (JIRA)" <ji...@apache.org> on 2019/05/06 09:59:00 UTC

[jira] [Closed] (FLINK-12253) Setup a class hierarchy for the new logical type system

     [ https://issues.apache.org/jira/browse/FLINK-12253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timo Walther closed FLINK-12253.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Fixed in 1.9.0 using the following commits:
      [FLINK-12253][table-common] Introduce a logical type skeleton1d11607c732b5cc6cdf40b76e28e9812bec0fab6
      [FLINK-12253][table-common] Add a CHAR typec7539c6bc3a7d89fddce9e8be0bbdc81f3ee1163
      [FLINK-12253][table-common] Add a VARCHAR type8ffdf72827552e088466897b52504fe49bba412e
      [FLINK-12253][table-common] Add a BOOLEAN type9db5ae029dc2359fed7321698aebdd24a1f449c4
      [FLINK-12253][table-common] Add a BINARY typead47f6bd409365102a500bf54096f0f2022824c7
      [FLINK-12253][table-common] Add a VARBINARY typef743b1b94011b066ea68af8d5f9fce08315ff7eb
      [FLINK-12253][table-common] Add a DECIMAL typedba11f70d06f504a2ac6ed3bbe1a019bc42f7d66
      [FLINK-12253][table-common] Add a TINYINT typeeec9657e20f996596956f412b06a2160d0642e4e
      [FLINK-12253][table-common] Add a SMALLINT type62f88c5299dc743f7ab77d6cded4d83d86a5ffd2
      [FLINK-12253][table-common] Add a INT type906e899146879ef35088df1e8c9087a6446633c0
      [FLINK-12253][table-common] Add a BIGINT type2e14cf7911b224b6b00fccf99ef941670a51b122
      [FLINK-12253][table-common] Add a FLOAT typef32c836bc9df5c6f3e93e7487dc10c84b9c7d273
      [FLINK-12253][table-common] Add a DOUBLE type537cd10391d953d6f4f56e795667a7241fe3fa4a
      [FLINK-12253][table-common] Add a DATE type22de460167babfbe99eeb73c943995cb8116df2f
      [FLINK-12253][table-common] Add a TIME type32d9c470f27182d931835fdf5ab987534bb7ae83
      [FLINK-12253][table-common] Add a TIMESTAMP type8f3f9f59648fb777c78485ee85d3c6156ecc3c70
      [FLINK-12253][table-common] Add a TIMESTAMP WITH TIME ZONE type11b74da7bc17b999baff91862556a09abce87300
      [FLINK-12253][table-common] Add a TIMESTAMP WITH LOCAL TIME ZONE typeac5640aa3309b1f6c3845ab2747ef26997dc49ab
      [FLINK-12253][table-common] Add an INTERVAL YEAR TO MONTH type8fd2b8767b2ba47bbbd40ce952026b286426159a
      [FLINK-12253][table-common] Add an INTERVAL DAY TO SECOND typee1f3a685c37d806ed2437f05b6b88619eb47e1ab
      [FLINK-12253][table-common] Add an ARRAY typefad48404d45b90e5eb26bddafd058563a686f715
      [FLINK-12253][table-common] Add a MULTISET type8e8eb357b387f090ea2c44965b60e7922a98e5ad
      [FLINK-12253][table-common] Add a MAP type066fadf3f369074d1b95405b7cc6c078766ffd09
      [FLINK-12253][table-common] Add a ROW type1d22018dc4886a2842fffd9fac1224f862085239
      [FLINK-12253][table-common] Add user-defined typesfe6b46053fac9c534adee72482112f583925b5fe
      [FLINK-12253][table-common] Add a NULL type1a703e7a2d9bdc9b3a084f901ef4fe8f6c271597
      [FLINK-12253][table-common] Add an ANY typec384aea8116aa9ad514bbb59fd8578bb285a4e6f


> Setup a class hierarchy for the new logical type system
> -------------------------------------------------------
>
>                 Key: FLINK-12253
>                 URL: https://issues.apache.org/jira/browse/FLINK-12253
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>            Reporter: Timo Walther
>            Assignee: Timo Walther
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Setup a new class hierarchy around {{LogicalType}} in {{table-common}}.
> The classes implement the types listed in the table of FLIP-37.
> The classes won't be connected to the API yet.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)