[ https://issues.apache.org/jira/browse/HIVE-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Carl Steinbach updated HIVE-4: ------------------------------ Component/s: Query Processor Metastore Fix Version/s: 0.3.0 > internationalization support and sort order (ascedning/descending) support in > create table > ------------------------------------------------------------------------------------------ > > Key: HIVE-4 > URL: https://issues.apache.org/jira/browse/HIVE-4 > Project: Hive > Issue Type: Bug > Components: Metastore, Query Processor > Reporter: Namit Jain > Fix For: 0.3.0 > > Attachments: patch1, patch2, patch3.txt > > > User cannot specify utf8 strings in the query, both for selection and > filtering. Mysql syntax should be followed: > select _utf8 'string' from <TableName> > select <selectExpr> from <TableName> where col = _utf8 0x<HexValue> > To start with, utf8 strings should be supported. Support for other character > sets can be added in the future on demand. > The identifiers (table name/column name etc.) cannot be utf8 strings, it is > only for the data values. > Although, in create table, the user has the option of specifying sorted > columns, he does not have the option of specifying whether they are ascending > or descending. > Create Table syntax should be enhanced to support that. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.