Description
There are significant issues when Hive uses MSSQL as metastore backend to support unicode, since MSSQL handles varchar and nvarchar datatypes differently. Hive 0.14 metastore mssql script DDL was using varchar as datatype, which can't handle multi-bytes/unicode characters, e.g., Chinese chars. This JIRA is going to track implementation of unicode support in that case.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-11975 mssql scripts contains invalid 'GO' statement
- Closed
- relates to
-
HIVE-9208 MetaStore DB schema inconsistent for MS SQL Server in use of varchar/nvarchar
- Resolved
-
HIVE-9554 Rename 0.15 upgrade scripts to 1.1
- Resolved
- links to