Created 05-28-2017 05:15 PM
I am creating a skewed table in hive - skewed on a string column. Attached is the code snippet.
The script runs fine however I dont see separate directories created for values in skew list in stock column.
I see separate directories created if i change my skew on a price(double type) or qty(int type) column.
I should be missing something when i try to perform a string unless it is not supported for this datatype.
Appreciate your inputs.
Created 05-29-2017 12:47 AM
You might be hitting following bug - list bucketing feature doesn't support upper case values. Change ('AMZN', 'GOOGLE') to ('amzn', 'google').
Created 05-29-2017 03:35 AM
Hi.. I tried lower case and it didnt help.
Created 05-29-2017 02:20 PM
Created 03-03-2020 12:59 AM
Are there news about this issue?
I cannot change values to low case so I cannot use skewed tables.
Regards