cloudera / impyla

Python DB API 2.0 client for Impala and Hive (HiveServer2 protocol)
Apache License 2.0
731 stars 248 forks source link

Cannot create Kudu table because primary key constraints are not supported #476

Open zslim opened 3 years ago

zslim commented 3 years ago

Even though Kudu support was introduced in this commit, it cannot be used as of now, since this commit prevents to use primary key constraints. A Kudu table requires at least one primary key. The test case in commit d0a2fb is incomplete for the same reason, it should contain at least one primary key (this would've shown the problem too).

zslim commented 3 years ago

Kudu table creation works fine with impyla version 0.17a7.