Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Impala 2.7.0
-
Fix Version/s: Impala 2.8.0
-
Component/s: Frontend
-
Target Version:
Description
To repro:
create table foo (a int primary key, b int default null) partition by hash(a) partitions 3 stored as kudu;