Details
-
Sub-task
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.8.0
-
None
Description
The random query generator needs to keep track of primary keys in the Kudu/Impala tables for CRUD queries. This Jira is about reading table definitions and storing the necessary attributes in the Python object model of the tables. Quick thoughts include a Boolean attribute for a Column as to whether or not it's a primary key, and a sequence attribute for a Table to return the PK column list.