Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.7.0
Description
To repro:
create table foo (a int primary key, b int default null) partition by hash(a) partitions 3 stored as kudu;
To repro:
create table foo (a int primary key, b int default null) partition by hash(a) partitions 3 stored as kudu;