I have read this question about the different between VARCHAR(254) and VARCHAR(255) in MySQL.
Is there something similar in HiveQL that must be taken into account? Maybe HiveQL implements some storage engine similar to that of MySQL and this should be kept in mind when designing tables.