Review Request 67337: HIVE-13697 : ListBucketing feature does not support uppercase string

2018-05-28 Thread Oleksiy Sayankin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67337/ --- Review request for hive. Repository: hive-git Description --- Initial co

ListBucketing feature does not support uppercase string.

2016-05-05 Thread Jim Green
Hi Team, I found when there is uppercase string as the skew value, ListBucketing is not working. https://issues.apache.org/jira/browse/HIVE-13697 is filed: For example: 1. This is good: CREATE TABLE testskew (id INT, a STRING) SKEWED BY (a) ON ('abc', 'xyz') STORED AS DIRECTORIES; set hive.mapre

[jira] [Created] (HIVE-13697) ListBucketing feature does not support uppercase string.

2016-05-05 Thread Hao Zhu (JIRA)
Hao Zhu created HIVE-13697: -- Summary: ListBucketing feature does not support uppercase string. Key: HIVE-13697 URL: https://issues.apache.org/jira/browse/HIVE-13697 Project: Hive Issue Type: Bug