---
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
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
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