Hive 0.13 supports the CHAR data type, which greatly simplifies the
process of migrating data from other databases.
![]() | Note |
|---|---|
Hive 0.13 ignores trailing whitespace characters for the |
The following table describes how several databases treat trailing whitespaces for the
CHAR, VARCHAR, and STRING data types:
Table 3.5. Trailing Whitespace Characters on Various Databases
| Data Type | Hive | Oracle | SQL Server | MySQL | Teradata |
|---|---|---|---|---|---|
CHAR | Ignore | Ignore | Ignore | Ignore | Ignore |
VARCHAR | Compare | Compare | Configurable | Ignore | Ignore |
STRING | Compare | N/A | N/A | N/A | N/A |

![[Note]](../common/images/admon/note.png)
