[
https://issues.apache.org/jira/browse/HIVE-18857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vineet Garg updated HIVE-18857:
-------------------------------
Fix Version/s: (was: 3.0.0)
3.1.0
Deferring this to 3.1.0 since the branch for 3.0.0 has been cut off. Please
update the JIRA if you would like to get your patch in 3.0.0.
> Store default value text instead of default value expression in metastore
> -------------------------------------------------------------------------
>
> Key: HIVE-18857
> URL: https://issues.apache.org/jira/browse/HIVE-18857
> Project: Hive
> Issue Type: Improvement
> Components: SQL
> Reporter: Vineet Garg
> Assignee: Vineet Garg
> Priority: Major
> Fix For: 3.1.0
>
> Attachments: HIVE-18857.1.patch, HIVE-18857.2.patch,
> HIVE-18857.3.patch
>
>
> Currently for default value an expression is generated and serialized to
> store in metastore. It should be improved to rather serialize the default
> value itself instead of expression and store that in metastore. This will
> have the following benefits:
> * It will make metastore schema upgrade safe. e.g. if a UDF function name is
> changed hive wouldn't be able to parse back the expression for this UDF which
> was serialized in earlier version.
> * It will make metastore schema for default constraint hive agnostic. Other
> databases would be able to use the value as it is.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)